interface ICredit {
    account_id: Interfaces.Ledger.IUint64;
    comment: string;
    coopname: string;
    quantity: string;
}

Properties

comment: string
coopname: string
quantity: string