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
governance
proposal_record
Class proposal_record
Hierarchy
proposal_record
Index
Constructors
constructor
Properties
fee
operation_
merkle_
root
operations
shall_
authorize
status
updates_
governance
vote_
start_
height
vote_
tally
vote_
threshold
Methods
decode
encode
Constructors
constructor
new proposal_
record
(
operations
?:
operation
[]
, operation_merkle_root
?:
null
|
Uint8Array
, vote_start_height
?:
number
, vote_tally
?:
number
, vote_threshold
?:
number
, shall_authorize
?:
bool
, updates_governance
?:
bool
, status
?:
proposal_status
, fee
?:
number
)
:
proposal_record
Parameters
operations:
operation
[]
= []
operation_merkle_root:
null
|
Uint8Array
= null
vote_start_height:
number
= 0
vote_tally:
number
= 0
vote_threshold:
number
= 0
shall_authorize:
bool
= false
updates_governance:
bool
= false
status:
proposal_status
= 0
fee:
number
= 0
Returns
proposal_record
Properties
fee
fee
:
number
operation_
merkle_
root
operation_
merkle_
root
:
null
|
Uint8Array
operations
operations
:
operation
[]
shall_
authorize
shall_
authorize
:
bool
status
status
:
proposal_status
updates_
governance
updates_
governance
:
bool
vote_
start_
height
vote_
start_
height
:
number
vote_
tally
vote_
tally
:
number
vote_
threshold
vote_
threshold
:
number
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
proposal_record
Parameters
reader:
Reader
length:
number
Returns
proposal_record
Static
encode
encode
(
message
:
proposal_record
, writer
:
Writer
)
:
void
Parameters
message:
proposal_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
proposal_
record
constructor
fee
operation_
merkle_
root
operations
shall_
authorize
status
updates_
governance
vote_
start_
height
vote_
tally
vote_
threshold
decode
encode
Generated using
TypeDoc