interface Node {
    accountByDestination: AccountBy;
    accountBySource: AccountBy;
    amount: string;
    assetByAsset: AssetBy;
    assetNative: boolean;
    ledgerByLedger: LedgerByLedger;
    muxedaccountByDestinationMuxed: any;
    muxedaccountBySourceMuxed: any;
    txInfoByTx: TxInfoByTx;
}

Properties

accountByDestination: AccountBy
accountBySource: AccountBy
amount: string
assetByAsset: AssetBy
assetNative: boolean
ledgerByLedger: LedgerByLedger
muxedaccountByDestinationMuxed: any
muxedaccountBySourceMuxed: any
txInfoByTx: TxInfoByTx