interface OutputObject {
    account: string;
    fromAmount: bigint;
    fromAsset: string;
    toAmount: bigint;
    toAsset: string;
}

Properties

account: string
fromAmount: bigint
fromAsset: string
toAmount: bigint
toAsset: string