TopupFn
TopupFn
type TopupFn = (params, invoker, env) => Promise<InstructionResult>;Defined in: types.ts:99
Parameters
| Parameter | Type |
|---|---|
params | ITopUpData |
invoker | Invoker |
env | Env & NativeOptions |
Returns
Promise<InstructionResult>
type TopupFn = (params, invoker, env) => Promise<InstructionResult>;Defined in: types.ts:99
| Parameter | Type |
|---|---|
params | ITopUpData |
invoker | Invoker |
env | Env & NativeOptions |
Promise<InstructionResult>