Transfer

script/command.Transfer

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Transfer(from?, to?, args?)

Parameters

Name
Type
from?
string
to?
string
args?
object

Overrides

Defined in

Properties

from

Protected Optional from: string

Defined in


to

Protected Optional to: string

Defined in


args

Protected args: object

Inherited from

Defined in

Methods

toJson

toJson(): Object

Returns

Object

Inherited from

Defined in


toExeScriptRequest

toExeScriptRequest(): ExeScriptRequest

Returns

ExeScriptRequest

Inherited from

Defined in


before

before(): Promise<void>

Returns

Promise<void>

Inherited from

Defined in


after

after(): Promise<void>

Returns

Promise<void>

Inherited from

Defined in

Last modified 7mo ago