interface OutputObject {
    U: bigint;
    expiry: bigint;
    identifier: string;
    outAmount: bigint;
    targetVault: string;
    toAccount: string;
    toAsset: string;
    underwriter: string;
}

Properties

U: bigint
expiry: bigint
identifier: string
outAmount: bigint
targetVault: string
toAccount: string
toAsset: string
underwriter: string