WithdrawFn
WithdrawFn
type WithdrawFn = (params, invoker, env) => Promise<InstructionResult>;Defined in: types.ts:97
Parameters
| Parameter | Type |
|---|---|
params | IWithdrawData |
invoker | Invoker |
env | Env |
Returns
Promise<InstructionResult>
type WithdrawFn = (params, invoker, env) => Promise<InstructionResult>;Defined in: types.ts:97
| Parameter | Type |
|---|---|
params | IWithdrawData |
invoker | Invoker |
env | Env |
Promise<InstructionResult>