interface OutputObject {
    assets: bigint[];
    burn: bigint;
    toAccount: string;
}

Properties

Properties

assets: bigint[]
burn: bigint
toAccount: string