interface IRamDebtRecord {
    account: string;
    ram_debt: SystemContract.Interfaces.IInt64;
}

Properties

Properties

account: string