Type alias SettlementRequest
SettlementRequest: {
_padding: Uint8Array;
amount: bigint;
bump: number;
exchange: UmiPublicKey;
id: bigint;
keeperTip: bigint;
maturity: bigint;
owner: UmiPublicKey;
ownerTokenAccount: UmiPublicKey;
}
Type declaration
_padding: Uint8Array
amount: bigint
bump: number
exchange: UmiPublicKey
id: bigint
keeperTip: bigint
maturity: bigint
owner: UmiPublicKey
ownerTokenAccount: UmiPublicKey