withdraw()
withdraw()
function withdraw(
params,
invoker,
env): Promise<InstructionResult>;Defined in: withdraw.ts:5
Parameters
| Parameter | Type |
|---|---|
params | IWithdrawData |
invoker | Invoker |
env | Env |
Returns
Promise<InstructionResult>
function withdraw(
params,
invoker,
env): Promise<InstructionResult>;Defined in: withdraw.ts:5
| Parameter | Type |
|---|---|
params | IWithdrawData |
invoker | Invoker |
env | Env |
Promise<InstructionResult>