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

Properties

Properties

account: string