Type Alias: WithdrawParams
type WithdrawParams = object;
Defined in: packages/overcast-core/src/types/index.ts:407
Parameters for a withdrawal from a user's protocol escrow vault.
Properties
amount
amount: bigint;
Defined in: packages/overcast-core/src/types/index.ts:413
Amount in the asset's native units. bigint so u64 values stay exact.
token
token: Bytes32;
Defined in: packages/overcast-core/src/types/index.ts:411
The asset/token being withdrawn.
withdrawer
withdrawer: Bytes32;
Defined in: packages/overcast-core/src/types/index.ts:409
The owner of the escrow vault the funds are pulled from.