interface OutputObject {
    channelId: string;
    fee: bigint;
    fromAmount: bigint;
    fromAsset: string;
    minOut: bigint;
    toAccount: string;
    toAssetIndex: bigint;
    toVault: string;
    underwriteIncentiveX16: bigint;
    units: bigint;
}

Properties

channelId: string
fee: bigint
fromAmount: bigint
fromAsset: string
minOut: bigint
toAccount: string
toAssetIndex: bigint
toVault: string
underwriteIncentiveX16: bigint
units: bigint