Search
Preparing search index...
The search index is not available
@nomad-xyz/sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@nomad-xyz/sdk
Annotated
Class Annotated<U, T>
Type parameters
U
:
Result
T
:
TypedEvent
<
U
>
Hierarchy
Annotated
Index
Constructors
constructor
Properties
domain
event
event
Name
receipt
Accessors
block
Hash
block
Number
contract
Address
transaction
Hash
Methods
from
Event
from
Events
Constructors
constructor
new
Annotated
<
U
,
T
>
(
domain
:
number
, receipt
:
TransactionReceipt
, event
:
T
, callerKnowsWhatTheyAreDoing
?:
boolean
)
:
Annotated
<
U
,
T
>
Type parameters
U
:
Result
<
U
>
T
:
TypedEvent
<
U
,
T
>
Parameters
domain:
number
receipt:
TransactionReceipt
event:
T
callerKnowsWhatTheyAreDoing:
boolean
= false
Returns
Annotated
<
U
,
T
>
Properties
Readonly
domain
domain
:
number
Readonly
event
event
:
T
Optional
Readonly
event
Name
event
Name
?:
string
Readonly
receipt
receipt
:
TransactionReceipt
Accessors
block
Hash
get
blockHash
(
)
:
string
Returns
string
block
Number
get
blockNumber
(
)
:
number
Returns
number
contract
Address
get
contractAddress
(
)
:
string
Returns
string
transaction
Hash
get
transactionHash
(
)
:
string
Returns
string
Methods
Static
from
Event
from
Event
<
U
,
T
>
(
domain
:
number
, event
:
T
)
:
Promise
<
Annotated
<
U
,
T
>
>
Type parameters
U
:
Result
<
U
>
T
:
TypedEvent
<
U
,
T
>
Parameters
domain:
number
event:
T
Returns
Promise
<
Annotated
<
U
,
T
>
>
Static
from
Events
from
Events
<
U
,
T
>
(
domain
:
number
, events
:
T
[]
)
:
Promise
<
Annotated
<
U
,
T
>
[]
>
Type parameters
U
:
Result
<
U
>
T
:
TypedEvent
<
U
,
T
>
Parameters
domain:
number
events:
T
[]
Returns
Promise
<
Annotated
<
U
,
T
>
[]
>
Exports
Annotated
constructor
domain
event
event
Name
receipt
block
Hash
block
Number
contract
Address
transaction
Hash
from
Event
from
Events
Generated using
TypeDoc