interface IRamDebtRecord {
    account: string;
    ram_debt: IInt64;
}

Properties

Properties

account: string
ram_debt: IInt64