@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
VoteStapleJSON
Interface VoteStapleJSON
interface
VoteStapleJSON
{
blocks
:
|
BlockJSON
[]
|
{
$binary
?:
string
;
$hash
:
BlockHashString
;
$opening
:
boolean
;
account
:
|
TokenPublicKeyString
|
NetworkPublicKeyString
|
StoragePublicKeyString
|
MultisigPublicKeyString
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
date
:
string
;
network
:
string
;
operations
:
ExportedJSONOperation
[]
;
previous
:
BlockHashString
;
signature
:
string
;
signer
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
subnet
:
undefined
|
string
;
version
:
1
;
}
[]
;
votes
:
|
VoteJSON
[]
|
{
$binary
?:
string
;
$id
:
string
;
$permanent
:
boolean
;
$trusted
:
boolean
;
$uid
:
string
;
blocks
:
BlockHashString
[]
;
issuer
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
serial
:
string
;
signature
:
string
;
validityFrom
:
string
;
validityTo
:
string
;
}
[]
;
}
Index
Properties
P
blocks
P
votes
Properties
blocks
blocks
:
|
BlockJSON
[]
|
{
$binary
?:
string
;
$hash
:
BlockHashString
;
$opening
:
boolean
;
account
:
|
TokenPublicKeyString
|
NetworkPublicKeyString
|
StoragePublicKeyString
|
MultisigPublicKeyString
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
date
:
string
;
network
:
string
;
operations
:
ExportedJSONOperation
[]
;
previous
:
BlockHashString
;
signature
:
string
;
signer
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
subnet
:
undefined
|
string
;
version
:
1
;
}
[]
votes
votes
:
|
VoteJSON
[]
|
{
$binary
?:
string
;
$id
:
string
;
$permanent
:
boolean
;
$trusted
:
boolean
;
$uid
:
string
;
blocks
:
BlockHashString
[]
;
issuer
:
|
Secp256K1PublicKeyString
|
Secp256R1PublicKeyString
|
ED25519PublicKeyString
;
serial
:
string
;
signature
:
string
;
validityFrom
:
string
;
validityTo
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
blocks
P
votes
@keetanetwork/keetanet-client
Loading...