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
block_store
block_record
Class block_record
Hierarchy
block_record
Index
Constructors
constructor
Properties
block
block_
height
block_
id
previous_
block_
ids
receipt
Methods
decode
encode
Constructors
constructor
new block_
record
(
block_id
?:
null
|
Uint8Array
, block_height
?:
number
, block
?:
null
|
block
, receipt
?:
null
|
block_receipt
, previous_block_ids
?:
Uint8Array
[]
)
:
block_record
Parameters
block_id:
null
|
Uint8Array
= null
block_height:
number
= 0
block:
null
|
block
= null
receipt:
null
|
block_receipt
= null
previous_block_ids:
Uint8Array
[]
= []
Returns
block_record
Properties
block
block
:
null
|
block
block_
height
block_
height
:
number
block_
id
block_
id
:
null
|
Uint8Array
previous_
block_
ids
previous_
block_
ids
:
Uint8Array
[]
receipt
receipt
:
null
|
block_receipt
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
block_record
Parameters
reader:
Reader
length:
number
Returns
block_record
Static
encode
encode
(
message
:
block_record
, writer
:
Writer
)
:
void
Parameters
message:
block_record
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
block_
record
constructor
block
block_
height
block_
id
previous_
block_
ids
receipt
decode
encode
Generated using
TypeDoc