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
protocol
transaction_header
Class transaction_header
Hierarchy
transaction_header
Index
Constructors
constructor
Properties
chain_
id
nonce
operation_
merkle_
root
payee
payer
rc_
limit
Methods
decode
encode
Constructors
constructor
new transaction_
header
(
chain_id
?:
null
|
Uint8Array
, rc_limit
?:
number
, nonce
?:
null
|
Uint8Array
, operation_merkle_root
?:
null
|
Uint8Array
, payer
?:
null
|
Uint8Array
, payee
?:
null
|
Uint8Array
)
:
transaction_header
Parameters
chain_id:
null
|
Uint8Array
= null
rc_limit:
number
= 0
nonce:
null
|
Uint8Array
= null
operation_merkle_root:
null
|
Uint8Array
= null
payer:
null
|
Uint8Array
= null
payee:
null
|
Uint8Array
= null
Returns
transaction_header
Properties
chain_
id
chain_
id
:
null
|
Uint8Array
nonce
nonce
:
null
|
Uint8Array
operation_
merkle_
root
operation_
merkle_
root
:
null
|
Uint8Array
payee
payee
:
null
|
Uint8Array
payer
payer
:
null
|
Uint8Array
rc_
limit
rc_
limit
:
number
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
transaction_header
Parameters
reader:
Reader
length:
number
Returns
transaction_header
Static
encode
encode
(
message
:
transaction_header
, writer
:
Writer
)
:
void
Parameters
message:
transaction_header
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
transaction_
header
constructor
chain_
id
nonce
operation_
merkle_
root
payee
payer
rc_
limit
decode
encode
Generated using
TypeDoc