Search
Preparing search index...
The search index is not available
@koinos/sdk-as - v1.0.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@koinos/sdk-as - v1.0.0
broadcast
event_parcel
Class event_parcel
Hierarchy
event_parcel
Index
Constructors
constructor
Properties
block_
id
event
height
transaction_
id
Methods
decode
encode
Constructors
constructor
new event_
parcel
(
block_id
?:
null
|
Uint8Array
, height
?:
number
, transaction_id
?:
null
|
Uint8Array
, event
?:
null
|
event_data
)
:
event_parcel
Parameters
block_id:
null
|
Uint8Array
= null
height:
number
= 0
transaction_id:
null
|
Uint8Array
= null
event:
null
|
event_data
= null
Returns
event_parcel
Properties
block_
id
block_
id
:
null
|
Uint8Array
event
event
:
null
|
event_data
height
height
:
number
transaction_
id
transaction_
id
:
null
|
Uint8Array
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
event_parcel
Parameters
reader:
Reader
length:
number
Returns
event_parcel
Static
encode
encode
(
message
:
event_parcel
, writer
:
Writer
)
:
void
Parameters
message:
event_parcel
writer:
Writer
Returns
void
Exports
Internals
Arrays
Base58
Base64
Crypto
MockVM
Safe
Math
Storage
String
Bytes
System
Externals
any
authority
block_
store
block_
store_
rpc
broadcast
chain
chain_
rpc
claim
common
contract_
meta_
store
contract_
meta_
store_
rpc
error
events
governance
koin
mempool_
rpc
name_
service
object_
spaces
options
p2p_
rpc
pob
pow
protocol
resources
rpc
system_
call_
ids
system_
calls
token
transaction_
store
transaction_
store_
rpc
value
vhp
event_
parcel
constructor
block_
id
event
height
transaction_
id
decode
encode
Generated using
TypeDoc