Search
Preparing search index...
The search index is not available
Home
GatewayV2Contract
Class GatewayV2Contract
Hierarchy
InternalContract
GatewayV2Contract
Index
Constructors
constructor
Properties
name
Accessors
address
Methods
destroy
encode
Delegate
Batch
encode
Send
Batch
From
Account
encode
Send
Batch
From
Account
Guarded
hash
Delegated
Batch
init
parse
Log
Constructors
constructor
new
Gateway
V2Contract
(
)
:
GatewayV2Contract
Returns
GatewayV2Contract
Properties
Readonly
name
name
:
ContractNames
Accessors
address
get
address
(
)
:
string
Returns
string
Methods
destroy
destroy
(
)
:
void
Returns
void
Optional
encode
Delegate
Batch
encode
Delegate
Batch
(
account
:
string
, nonce
:
number
, to
:
string
[]
, data
:
string
[]
, senderSignature
:
string
)
:
TransactionRequest
Parameters
account:
string
nonce:
number
to:
string
[]
data:
string
[]
senderSignature:
string
Returns
TransactionRequest
Optional
encode
Send
Batch
From
Account
encode
Send
Batch
From
Account
(
account
:
string
, to
:
string
[]
, data
:
string
[]
)
:
TransactionRequest
Parameters
account:
string
to:
string
[]
data:
string
[]
Returns
TransactionRequest
Optional
encode
Send
Batch
From
Account
Guarded
encode
Send
Batch
From
Account
Guarded
(
account
:
string
, to
:
string
[]
, data
:
string
[]
)
:
TransactionRequest
Parameters
account:
string
to:
string
[]
data:
string
[]
Returns
TransactionRequest
hash
Delegated
Batch
hash
Delegated
Batch
(
account
:
string
, nonce
:
number
, to
:
string
[]
, data
:
string
[]
)
:
Buffer
Parameters
account:
string
nonce:
number
to:
string
[]
data:
string
[]
Returns
Buffer
init
init
(
context
:
Context
)
:
void
Parameters
context:
Context
Returns
void
parse
Log
parse
Log
(
log
:
ContractLog
)
:
ContractEvent
Parameters
log:
ContractLog
Returns
ContractEvent
Globals
Gateway
V2Contract
constructor
name
address
destroy
encode
Delegate
Batch
encode
Send
Batch
From
Account
encode
Send
Batch
From
Account
Guarded
hash
Delegated
Batch
init
parse
Log