Search
Preparing search index...
The search index is not available
Home
InternalContract
Class InternalContract
Hierarchy
Contract
<
ContractNames
>
InternalContract
ENSControllerContract
ENSReverseRegistrarContract
ERC20TokenContract
GatewayContract
PaymentRegistryContract
PersonalAccountRegistryContract
GatewayV2Contract
Index
Constructors
constructor
Properties
name
Accessors
address
Methods
destroy
init
parse
Log
Constructors
constructor
new
Internal
Contract
(
name
:
ContractNames
)
:
InternalContract
Parameters
name:
ContractNames
Returns
InternalContract
Properties
Readonly
name
name
:
ContractNames
Accessors
address
get
address
(
)
:
string
Returns
string
Methods
destroy
destroy
(
)
:
void
Returns
void
init
init
(
context
:
Context
)
:
void
Parameters
context:
Context
Returns
void
parse
Log
parse
Log
(
log
:
ContractLog
)
:
ContractEvent
Parameters
log:
ContractLog
Returns
ContractEvent
Globals
Internal
Contract
constructor
name
address
destroy
init
parse
Log