interface NodeStrictSend {
    accountByDestination: AccountBy;
    accountBySource: AccountBy;
    assetByDestAsset: AssetBy;
    assetByPath1: AssetBy;
    assetByPath2: AssetBy;
    assetByPath3: AssetBy;
    assetByPath4: AssetBy;
    assetByPath5: AssetBy;
    assetBySendAsset: AssetBy;
    destAssetNative: boolean;
    destMin: string;
    ledgerByLedger: LedgerByLedger;
    path1Native: boolean;
    path2Native: boolean;
    path3Native: boolean;
    path4Native: boolean;
    path5Native: AssetBy;
    sendAmount: string;
    sendAssetNative: boolean;
}

Hierarchy (view full)

Properties

accountByDestination: AccountBy
accountBySource: AccountBy
assetByDestAsset: AssetBy
assetByPath1: AssetBy
assetByPath2: AssetBy
assetByPath3: AssetBy
assetByPath4: AssetBy
assetByPath5: AssetBy
assetBySendAsset: AssetBy
destAssetNative: boolean
destMin: string
ledgerByLedger: LedgerByLedger
path1Native: boolean
path2Native: boolean
path3Native: boolean
path4Native: boolean
path5Native: AssetBy
sendAmount: string
sendAssetNative: boolean