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
system_calls
verify_vrf_proof_arguments
Class verify_vrf_proof_arguments
Hierarchy
verify_vrf_proof_arguments
Index
Constructors
constructor
Properties
hash
message
proof
public_
key
type
Methods
decode
encode
Constructors
constructor
new verify_
vrf_
proof_
arguments
(
type
?:
ecdsa_secp256k1
, public_key
?:
null
|
Uint8Array
, proof
?:
null
|
Uint8Array
, hash
?:
null
|
Uint8Array
, message
?:
null
|
Uint8Array
)
:
verify_vrf_proof_arguments
Parameters
type:
ecdsa_secp256k1
= 0
public_key:
null
|
Uint8Array
= null
proof:
null
|
Uint8Array
= null
hash:
null
|
Uint8Array
= null
message:
null
|
Uint8Array
= null
Returns
verify_vrf_proof_arguments
Properties
hash
hash
:
null
|
Uint8Array
message
message
:
null
|
Uint8Array
proof
proof
:
null
|
Uint8Array
public_
key
public_
key
:
null
|
Uint8Array
type
type
:
ecdsa_secp256k1
Methods
Static
decode
decode
(
reader
:
Reader
, length
:
number
)
:
verify_vrf_proof_arguments
Parameters
reader:
Reader
length:
number
Returns
verify_vrf_proof_arguments
Static
encode
encode
(
message
:
verify_vrf_proof_arguments
, writer
:
Writer
)
:
void
Parameters
message:
verify_vrf_proof_arguments
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
verify_
vrf_
proof_
arguments
constructor
hash
message
proof
public_
key
type
decode
encode
Generated using
TypeDoc