Type alias TransactionCreditPhase

TransactionCreditPhase: {
    credit: CurrencyCollection;
    dueFeesColelcted?: Maybe<bigint>;
}

Type declaration

Generated using TypeDoc