Preparing search index...
The search index is not available
OPNet
OPNet
OPNetEvent
Class OPNetEvent<T>
An OPNet Contract event. This class is used to represent an event that has been decoded.
Type Parameters
T
extends
ContractDecodedObjectResult
=
{}
Hierarchy
NetEvent
OPNetEvent
Implements
IDecodedEvent
Index
Constructors
constructor
Properties
event
Data
event
Data
Selector
event
Type
properties
values
Methods
set
Decoded
Constructors
constructor
new OPNet
Event
<
T
>
(
eventType
,
eventDataSelector
,
eventData
)
:
OPNetEvent
<
T
>
Type Parameters
T
extends
ContractDecodedObjectResult
=
{}
Parameters
eventType
:
string
eventDataSelector
:
bigint
eventData
:
Uint8Array
Returns
OPNetEvent
<
T
>
Properties
Readonly
event
Data
event
Data
:
Uint8Array
Readonly
event
Data
Selector
event
Data
Selector
:
bigint
Readonly
event
Type
event
Type
:
string
properties
properties
:
T
= ...
values
values
:
DecodedCallResult
[]
= []
Methods
set
Decoded
set
Decoded
(
decoded
)
:
void
Parameters
decoded
:
DecodedOutput
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
event
Data
event
Data
Selector
event
Type
properties
values
Methods
set
Decoded
OPNet
Loading...
An OPNet Contract event. This class is used to represent an event that has been decoded.