@cfxlabsinc/b2b-services
    Preparing search index...

    Interface UtilaTransactionTransfer

    One element of transfers[]. Note the grain: a transaction's transfers can touch the same wallet and asset more than once, so utila_wallet_transaction nets them rather than storing one row each (§ 4.2).

    interface UtilaTransactionTransfer {
        amount?: string;
        asset?: string;
        destinationAddress?: UtilaTransactionAddress;
        miningPrice?: { amount?: string; currencyCode?: string };
        note?: string;
        sourceAddress?: UtilaTransactionAddress;
    }
    Index
    amount?: string

    Base units, as a decimal string.

    asset?: string

    assets/{asset_id}.

    destinationAddress?: UtilaTransactionAddress
    miningPrice?: { amount?: string; currencyCode?: string }

    See § 8.1 — whether this is a unit price or a transfer value is unconfirmed.

    note?: string
    sourceAddress?: UtilaTransactionAddress