Search
Preparing search index...
The search index is not available
Home
GatewayContract
Class GatewayContract
Hierarchy
InternalContract
GatewayContract
Index
Constructors
constructor
Properties
name
Accessors
address
Methods
destroy
encode
Delegate
Batch
encode
Send
Batch
From
Account
hash
Delegated
Batch
init
parse
Log
Constructors
constructor
new
Gateway
Contract
(
)
:
GatewayContract
Returns
GatewayContract
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
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
Contract
constructor
name
address
destroy
encode
Delegate
Batch
encode
Send
Batch
From
Account
hash
Delegated
Batch
init
parse
Log