plasma_protobuf library
Classes
- AccumulatorRootId
- Represents the identifier of an Accumulator Root. It is constructed from the evidence of the signable bytes of the Lock.
- ActiveStaker
- An active, registered participate in the consensus protocol, for a particular epoch.
- AddPeerReq
- Instruct the node to add remote peer as known peer
- AddPeerRes
- Response indicating the node received the command. NOTE: This is an async response;
- AssetLabel
- An identifier for a TAM2 asset type
- AssetLabel_Empty
- AssetLabel_Tam2Label
- AssetLabel_V1Label
- AssetMergingStatement
- AssetMintingStatement
- AssetSplittingStatement
- Attestation
- encapsulates the lock and responses are used to satisfy locks (may be successful or unsuccessful)
- Attestation_Commitment
- Attestation_Image
- Attestation_Predicate
- Block
- Captures the header and all transactions in a block
- BlockBody
- Captures the ordering of transaction IDs within a block
- BlockchainSizeStats
- BlockchainSizeStatsReq
- Request type for NetworkMetricsService:getBlockchainSizeStats
- BlockchainSizeStatsRes
- Response type for NetworkMetricsService:getBlockchainSizeStats
- BlockData
- Data structure with the most important parts of a Block. Equivalent to a denormalized Full Block.
- BlockHeader
- Captures a block producer's consensus-commitment to a new block
- BlockId
- BlockResponse
- BlockServiceBase
- BlockServiceClient
- BlockStats
- BlockStatsReq
- Request type for NetworkMetricsService:getBlockStats
- BlockStatsRes
- Response type for NetworkMetricsService:getBlockStats
- Box
- encapsulates a value and lock that is needed to be satisfied in order to unlock value
- BroadcastTransactionReq
- Request type for BroadcastTransaction
- BroadcastTransactionRes
- Response type for BroadcastTransaction
- ChainDistance
- The distance between blocks
- Challenge
- Challenge is a single field message with its options being one of RevealedProposition or PreviousProposition
- Challenge_PreviousProposition
- Previousroposition requires two parameters the transaction input address and index of the previously revealed proposition.
- ConfidenceFactor
- 1 - the probability that something will be subject to a reorg. Defaults to 0.9999999
- CreateOnChainTransactionIndexRequest
- A request to create an index of transactions based on their on-chain data
- CreateOnChainTransactionIndexResponse
- Response from CreateOnChainTransactionIndex request
- CsvIndexSpec
- a sequence of csv field references to identify the values in data to be indexed
- CsvIndexSpecs
- a sequence of csv field references to identify the values in data to be indexed
- CurrentKnownHostsReq
- Request type for CurrentKnownHosts
- CurrentKnownHostsRes
- Response type for CurrentKnownHosts
- CurrentMempoolContainsReq
- Request type for CurrentMempoolContainsReq
- CurrentMempoolContainsRes
- Response type for CurrentMempoolContainsRes
- CurrentMempoolReq
- Request type for CurrentMempool
- CurrentMempoolRes
- Response type for CurrentMempool
- Data
- General purpose data
- Datum
- Datums represent a queryable product value of the arguments available from a certain Event. Datum may be evaluated during the Quivr protocol execution by providing events as Datum in a Dynamic Context.
- Datum_Eon
- Datum_Epoch
- Datum_Era
- Datum_Header
- Datum_IoTransaction
- Digest
- Information output to Hash
- DigestVerification
- Encapsulates digest and preimage used to verify that preimage results in digest
- DropIndexRequest
- Specify the name of an index to be dropped
- DropIndexResponse
- Return true if the requested index was dropped or false if it was not (Most likely because it did not exist).
- EligibilityCertificate
- A certificate proving the operator's election
- EpochData
- Epoch data Contains, The "current" epoch is updated as node blocks are adopted over time
- Event
- Events are uniquely identifiable occurrences of state mutations within the blockchain protocol. Each event is associated with certain data that may be updated every tick.
- Event_Eon
- Event_Epoch
- Event_Era
- Event_Header
- Event_IoTransaction
- Evidence
-
Evidence should be a succinct, unique set of bytes used to distinguish between any two data objects.
Evidence is also meant to have a minimal amount of structure such that other domains may provide
their own similarly unique & succinct values. Quivr can cast such external domain "evidence" into Topl evidence
through the use of ContainsSignable[Evidence
_
] - FetchBlockBodyReq
- Request type for FetchBlockBody
- FetchBlockBodyRes
- Response type for FetchBlockBody
- FetchBlockHeaderReq
- Request type for FetchBlockHeader
- FetchBlockHeaderRes
- Response type for FetchBlockHeader
- FetchBlockIdAtDepthReq
- Request type for FetchBlockIdAtDepth
- FetchBlockIdAtDepthRes
- Response type for FetchBlockIdAtDepth
- FetchBlockIdAtHeightReq
- Request type for FetchBlockIdAtHeight
- FetchBlockIdAtHeightRes
- Response type for FetchBlockIdAtHeight
- FetchCanonicalHeadIdReq
- Request type for FetchCanonicalHeadIdReq
- FetchCanonicalHeadIdRes
- Response type for FetchCanonicalHeadIdRes
- FetchEpochDataReq
- Request type for FetchEpochDataReq
- FetchEpochDataRes
- Response type for FetchEpochDataRes
- FetchNodeConfigReq
- Request type for FetchNodeConfigReq
- FetchNodeConfigRes
- Response type for FetchNodeConfigRes
- FetchTransactionReq
- Request type for FetchTransaction
- FetchTransactionRes
- Response type for FetchTransaction
- ForgetPeerReq
- Instruct the node to forget remote peer
- ForgetPeerRes
- Response indicating the node received the command. NOTE: This is an async response;
- FullBlock
- Captures the header and all transactions in a block
- FullBlockBody
- Captures the ordering of transactions (not just IDs) within a block
- FungibilityType
- GetBlockByDepthRequest
- GetBlockByHeightRequest
- GetBlockByIdRequest
- GetExistingTransactionIndexesRequest
- The message that is sent when requesting information about the existing indexer indexes
- GetExistingTransactionIndexesResponse
- GetHostIdReq
- Get current host id
- GetHostIdRes
- GetIndexedTransactionsRequest
- Request the use of a named index to find transactions containing data that matches specified values.
- GetTransactionByIdRequest
- Used to request a transaction by specifying its ID.
- GetTxoStatsReq
- Request type for NetworkMetricsService:getTxoStats
- GetTxoStatsRes
- Response type for NetworkMetricsService:getTxoStats
- GroupId
- Represents the identifier of an TAM V2 group. It is constructed using SHA-256 digest from fields label+fixedSeries+seriesTokenSupply+transactionId+utxoIndex.
- GroupPolicy
- GroupPolicyResponse
- HeightData
- Data structure that encapsulates relation between a possible block data and its height.
- ImmutableBytes
- Immutable byte representation of a value
- IndexDef
- IndexFieldSpec
- A specification to identify the field(s) in data to be indexed
- IndexFilter
- How records should be filtered to determine which ones to include in an index.
- IndexMatchValue
- A value that may match a field in an index.
- IndexSpec
- A request to create an index of transaction based on their on-chain metadata
- IndexSpecs
- Definitions of existing database indexes.
- Indices
- Int128
- Represents a 128-bit integer
- IoTransaction
- defines a transaction
- JsonIndexSpec
- A JSONPath string to identify a value in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)
- JsonIndexSpecs
- A sequence of JSONPath strings to identify the values in data to be indexed (https://datatracker.ietf.org/doc/id/draft-goessner-dispatch-jsonpath-00.html)
- KeyPair
- Public and private key pairs used to sign and verify
- KnownHost
- LabelType
- Types of assets that can be identified by an AssetLabel
- Lock
- used to lock a box value and needs to be satisfied in order for the value of the box to be spent should be able to calculate or retrieve the root of the Lock
- Lock_Commitment
- todo: jaa - should disable ot figure out how to provide the needed witness in the attestation Public information Predicate Commitments are used to encumber boxes use a Root here so we can provide a membership proof of the conditions
- Lock_Image
- Semi-public information The most commonly shared construction between parties
- Lock_Predicate
- Private information a Predicate is a type of lock that will be satisfied if at least the threshold number of the contained proposition are satisfied
- LockAddress
- Used in UTXOs
- LockId
- Represents the identifier of a Lock. It is constructed from the evidence of the signable bytes of the Lock.
- MakeBlocksReq
- Instruct the node to make new blocks
- MakeBlocksRes
- Response indicating the node received the command. NOTE: This is an async response; the blocks may not be ready yet
- Message
- Message to sign
- NetworkControlRpcClient
- NetworkControlRpcServiceBase
- NetworkMetricsServiceBase
- NetworkMetricsServiceClient
- NodeConfig
- Contains the configurations of the node over time
- NodeRpcClient
- NodeRpcServiceBase
- OperationalCertificate
- A certificate which commits an operator to a linear key, which is then used to sign the block
- PingMessage
- PongMessage
- Preimage
- Preimage (input) for a digest operation
- Proof
- Proofs that are used to satisfy propositions
- Proof_And
- token = "and"
- Proof_Digest
- token = "digest"
- Proof_DigitalSignature
- token = "digital_signature"
- Proof_EqualTo
- token = "equal_to"
- Proof_ExactMatch
- token = "exact_match"
- Proof_GreaterThan
- token = "greater_than"
- Proof_HeightRange
- token = "height_range"
- Proof_LessThan
- token = "less_than"
- Proof_Locked
- token = "locked"
- Proof_Not
- token = "not"
- Proof_Or
- token = "or"
- Proof_Threshold
- token = "threshold"
- Proof_TickRange
- token = "tick_range"
- Proposition
- Condition that must be satisfied to unlock
- Proposition_And
- a proposition that can be satisfied if the prositions contained are both satisfied
- Proposition_Digest
- a proposition that can be satisfied if the proof contains the preimage matching the digest
- Proposition_DigitalSignature
- a proposition that can be satisfied if the proof contains the signature
- Proposition_EqualTo
- a proposition that can be satisfied if the value (int) at a location is equal to the compareTo value
- Proposition_ExactMatch
- a proposition that can be satisfied if the value at a location is an exact match of the compareTo value
- Proposition_GreaterThan
- a proposition that can be satisfied if the value at a location is greater than the compareTo value
- Proposition_HeightRange
- a proposition that can be satisfied if the specified chain falls within min and max height values
- Proposition_LessThan
- a proposition that can be satisfied if the value at a location is less than the compareTo value
- Proposition_Locked
- Indicates that a proposition can never be satisfied
- Proposition_Not
- a proposition that can be satisfied if the proposition is contains is not satisfied
- Proposition_Or
- a proposition that can be satisfied if either of the propositions contained are both satisfied
- Proposition_Threshold
- a proposition that can be satisfied if at least the threshold number of propositions are satisfied
- Proposition_TickRange
- a proposition that can be satisfied if the time value falls within the min and max
- ProtocolVersion
- Protocol Version Specification
- QuantityDescriptorType
- QueryByAssetLabelRequest
- Used to request TxOs by their asset type
- QueryByGroupIdRequest
- Used to request a group policy associated by groupId
- QueryByLockAddressRequest
- Used to request TxOs by their associated lock address
- QueryBySeriesIdRequest
- Used to request a series policy associated by seriesId
- Ratio
- RegtestRpcClient
- RegtestRpcServiceBase
- Root
- Event root
- RpcHostId
- Schedule
- SeriesId
- Represents the identifier of an TAM V2 series. It is constructed using SHA-256 digest from fields label+fixedSeries+seriesTokenSupply+transactionId+utxoIndex.
- SeriesPolicy
- SeriesPolicyResponse
- SetVotingReq
- Instruct the node to vote for specified version or proposal
- SetVotingRes
- SignableBytes
- signable in bytes
- SignatureKesProduct
- SignatureKesSum
- SignatureVerification
- encapsulates data used to verify a signing routine
- SigningKey
- Private key used to sign
- SigningKey_Ed25519Sk
- SigningKey_ExtendedEd25519Sk
- SlotData
- Represents a "mini" block header, containing just a subset of its data needed to quickly inspect consensus characteristics of a block
- SlotId
- A glorified tuple
- SmallData
- Data format used for metadata
- SortOrder
- Specify the order of data for indexes.
- SpentTransactionOutput
- Input to a transaction
- StakingAddress
- A reference to a unique staker
- StakingRegistration
- A proof-of-stake registration
- SynchronizationTraversalReq
- Request type for SynchronizationTraversal
- SynchronizationTraversalRes
- Response type for SynchronizationTraversal
- TokenServiceBase
- TokenServiceClient
- TransactionId
- Represents the identifier of a Transaction. It is constructed from the evidence of the signable bytes of the Transaction.
- TransactionInputAddress
- Used in Challenge.PreviousProposition
- TransactionOutputAddress
- Used in STXOs
- TransactionReceipt
- TransactionResponse
- TransactionServiceBase
- TransactionServiceClient
- TxBind
- Transaction bind uses signable bytes to bind a proof
- Txo
- A Txo and its status
- Txo_Spender
- TxoLockAddressResponse
- TxoResponse
- TxoState
- Used to identify the status of a Txo.
- TxoStats
- UnspentTransactionOutput
- output of a transaction
- Value
- The value contained in a box
- Value_Asset
- A user-defined token
- Value_ConfigProposal
- Value_Group
- A group constructor token
- Value_LVL
- A payment token
- Value_Series
- A series constructor token
- Value_TOPL
- A staking token
- Value_UpdateProposal
- VerificationKey
- public key in a key pair used for verification
- VerificationKey_Ed25519Vk
- VerificationKey_ExtendedEd25519Vk
- VerificationKeyKesProduct
- Witness
- generated signature
Enums
Constants
-
AccumulatorRootId$json
→ const Map<
String, Object> -
ActiveStaker$json
→ const Map<
String, Object> -
AddPeerReq$json
→ const Map<
String, Object> -
AddPeerRes$json
→ const Map<
String, String> -
AssetLabel$json
→ const Map<
String, Object> -
AssetLabel_Empty$json
→ const Map<
String, String> -
AssetLabel_Tam2Label$json
→ const Map<
String, Object> -
AssetLabel_V1Label$json
→ const Map<
String, Object> -
AssetMergingStatement$json
→ const Map<
String, Object> -
AssetMintingStatement$json
→ const Map<
String, Object> -
AssetSplittingStatement$json
→ const Map<
String, Object> -
Attestation$json
→ const Map<
String, Object> -
Attestation_Commitment$json
→ const Map<
String, Object> -
Attestation_Image$json
→ const Map<
String, Object> -
Attestation_Predicate$json
→ const Map<
String, Object> -
Block$json
→ const Map<
String, Object> -
BlockBody$json
→ const Map<
String, Object> -
BlockchainSizeStats$json
→ const Map<
String, Object> -
BlockchainSizeStatsReq$json
→ const Map<
String, String> -
BlockchainSizeStatsRes$json
→ const Map<
String, Object> -
BlockData$json
→ const Map<
String, Object> -
BlockHeader$json
→ const Map<
String, Object> -
BlockId$json
→ const Map<
String, Object> -
BlockResponse$json
→ const Map<
String, Object> -
BlockStats$json
→ const Map<
String, Object> -
BlockStatsReq$json
→ const Map<
String, String> -
BlockStatsRes$json
→ const Map<
String, Object> -
Box$json
→ const Map<
String, Object> -
BroadcastTransactionReq$json
→ const Map<
String, Object> -
BroadcastTransactionRes$json
→ const Map<
String, String> -
ChainDistance$json
→ const Map<
String, Object> -
Challenge$json
→ const Map<
String, Object> -
Challenge_PreviousProposition$json
→ const Map<
String, Object> -
ConfidenceFactor$json
→ const Map<
String, Object> -
CreateOnChainTransactionIndexRequest$json
→ const Map<
String, Object> -
CreateOnChainTransactionIndexResponse$json
→ const Map<
String, Object> -
CsvIndexSpec$json
→ const Map<
String, Object> -
CsvIndexSpecs$json
→ const Map<
String, Object> -
CurrentKnownHostsReq$json
→ const Map<
String, Object> -
CurrentKnownHostsRes$json
→ const Map<
String, Object> -
CurrentMempoolContainsReq$json
→ const Map<
String, Object> -
CurrentMempoolContainsRes$json
→ const Map<
String, Object> -
CurrentMempoolReq$json
→ const Map<
String, String> -
CurrentMempoolRes$json
→ const Map<
String, Object> -
Data$json
→ const Map<
String, Object> -
Datum$json
→ const Map<
String, Object> -
Datum_Eon$json
→ const Map<
String, Object> -
Datum_Epoch$json
→ const Map<
String, Object> -
Datum_Era$json
→ const Map<
String, Object> -
Datum_Header$json
→ const Map<
String, Object> -
Datum_IoTransaction$json
→ const Map<
String, Object> -
Digest$json
→ const Map<
String, Object> -
DigestVerification$json
→ const Map<
String, Object> -
DropIndexRequest$json
→ const Map<
String, Object> -
DropIndexResponse$json
→ const Map<
String, Object> -
EligibilityCertificate$json
→ const Map<
String, Object> -
EpochData$json
→ const Map<
String, Object> -
Event$json
→ const Map<
String, Object> -
Event_Eon$json
→ const Map<
String, Object> -
Event_Epoch$json
→ const Map<
String, Object> -
Event_Era$json
→ const Map<
String, Object> -
Event_Header$json
→ const Map<
String, Object> -
Event_IoTransaction$json
→ const Map<
String, Object> -
Evidence$json
→ const Map<
String, Object> -
FetchBlockBodyReq$json
→ const Map<
String, Object> -
FetchBlockBodyRes$json
→ const Map<
String, Object> -
FetchBlockHeaderReq$json
→ const Map<
String, Object> -
FetchBlockHeaderRes$json
→ const Map<
String, Object> -
FetchBlockIdAtDepthReq$json
→ const Map<
String, Object> -
FetchBlockIdAtDepthRes$json
→ const Map<
String, Object> -
FetchBlockIdAtHeightReq$json
→ const Map<
String, Object> -
FetchBlockIdAtHeightRes$json
→ const Map<
String, Object> -
FetchCanonicalHeadIdReq$json
→ const Map<
String, String> -
FetchCanonicalHeadIdRes$json
→ const Map<
String, Object> -
FetchEpochDataReq$json
→ const Map<
String, Object> -
FetchEpochDataRes$json
→ const Map<
String, Object> -
FetchNodeConfigReq$json
→ const Map<
String, String> -
FetchNodeConfigRes$json
→ const Map<
String, Object> -
FetchTransactionReq$json
→ const Map<
String, Object> -
FetchTransactionRes$json
→ const Map<
String, Object> -
ForgetPeerReq$json
→ const Map<
String, Object> -
ForgetPeerRes$json
→ const Map<
String, String> -
FullBlock$json
→ const Map<
String, Object> -
FullBlockBody$json
→ const Map<
String, Object> -
FungibilityType$json
→ const Map<
String, Object> -
GetBlockByDepthRequest$json
→ const Map<
String, Object> -
GetBlockByHeightRequest$json
→ const Map<
String, Object> -
GetBlockByIdRequest$json
→ const Map<
String, Object> -
GetExistingTransactionIndexesRequest$json
→ const Map<
String, String> -
GetExistingTransactionIndexesResponse$json
→ const Map<
String, Object> -
GetHostIdReq$json
→ const Map<
String, String> -
GetHostIdRes$json
→ const Map<
String, Object> -
GetIndexedTransactionsRequest$json
→ const Map<
String, Object> -
GetTransactionByIdRequest$json
→ const Map<
String, Object> -
GetTxoStatsReq$json
→ const Map<
String, String> -
GetTxoStatsRes$json
→ const Map<
String, Object> -
GroupId$json
→ const Map<
String, Object> -
GroupPolicy$json
→ const Map<
String, Object> -
GroupPolicyResponse$json
→ const Map<
String, Object> -
HeightData$json
→ const Map<
String, Object> -
ImmutableBytes$json
→ const Map<
String, Object> -
IndexDef$json
→ const Map<
String, Object> -
IndexFieldSpec$json
→ const Map<
String, Object> -
IndexFilter$json
→ const Map<
String, Object> -
IndexMatchValue$json
→ const Map<
String, Object> -
IndexSpec$json
→ const Map<
String, Object> -
IndexSpecs$json
→ const Map<
String, Object> -
Indices$json
→ const Map<
String, Object> -
Int128$json
→ const Map<
String, Object> -
IoTransaction$json
→ const Map<
String, Object> -
JsonIndexSpec$json
→ const Map<
String, Object> -
JsonIndexSpecs$json
→ const Map<
String, Object> -
KeyPair$json
→ const Map<
String, Object> -
KnownHost$json
→ const Map<
String, Object> -
LabelType$json
→ const Map<
String, Object> -
Lock$json
→ const Map<
String, Object> -
Lock_Commitment$json
→ const Map<
String, Object> -
Lock_Image$json
→ const Map<
String, Object> -
Lock_Predicate$json
→ const Map<
String, Object> -
LockAddress$json
→ const Map<
String, Object> -
LockId$json
→ const Map<
String, Object> -
MakeBlocksReq$json
→ const Map<
String, Object> -
MakeBlocksRes$json
→ const Map<
String, String> -
Message$json
→ const Map<
String, Object> -
NodeConfig$json
→ const Map<
String, Object> -
OperationalCertificate$json
→ const Map<
String, Object> -
PingMessage$json
→ const Map<
String, Object> -
PongMessage$json
→ const Map<
String, Object> -
Preimage$json
→ const Map<
String, Object> -
Proof$json
→ const Map<
String, Object> -
Proof_And$json
→ const Map<
String, Object> -
Proof_Digest$json
→ const Map<
String, Object> -
Proof_DigitalSignature$json
→ const Map<
String, Object> -
Proof_EqualTo$json
→ const Map<
String, Object> -
Proof_ExactMatch$json
→ const Map<
String, Object> -
Proof_GreaterThan$json
→ const Map<
String, Object> -
Proof_HeightRange$json
→ const Map<
String, Object> -
Proof_LessThan$json
→ const Map<
String, Object> -
Proof_Locked$json
→ const Map<
String, String> -
Proof_Not$json
→ const Map<
String, Object> -
Proof_Or$json
→ const Map<
String, Object> -
Proof_Threshold$json
→ const Map<
String, Object> -
Proof_TickRange$json
→ const Map<
String, Object> -
Proposition$json
→ const Map<
String, Object> -
Proposition_And$json
→ const Map<
String, Object> -
Proposition_Digest$json
→ const Map<
String, Object> -
Proposition_DigitalSignature$json
→ const Map<
String, Object> -
Proposition_EqualTo$json
→ const Map<
String, Object> -
Proposition_ExactMatch$json
→ const Map<
String, Object> -
Proposition_GreaterThan$json
→ const Map<
String, Object> -
Proposition_HeightRange$json
→ const Map<
String, Object> -
Proposition_LessThan$json
→ const Map<
String, Object> -
Proposition_Locked$json
→ const Map<
String, Object> -
Proposition_Not$json
→ const Map<
String, Object> -
Proposition_Or$json
→ const Map<
String, Object> -
Proposition_Threshold$json
→ const Map<
String, Object> -
Proposition_TickRange$json
→ const Map<
String, Object> -
ProtocolVersion$json
→ const Map<
String, Object> -
QuantityDescriptorType$json
→ const Map<
String, Object> -
QueryByAssetLabelRequest$json
→ const Map<
String, Object> -
QueryByGroupIdRequest$json
→ const Map<
String, Object> -
QueryByLockAddressRequest$json
→ const Map<
String, Object> -
QueryBySeriesIdRequest$json
→ const Map<
String, Object> -
Ratio$json
→ const Map<
String, Object> -
Root$json
→ const Map<
String, Object> -
RpcHostId$json
→ const Map<
String, Object> -
Schedule$json
→ const Map<
String, Object> -
SeriesId$json
→ const Map<
String, Object> -
SeriesPolicy$json
→ const Map<
String, Object> -
SeriesPolicyResponse$json
→ const Map<
String, Object> -
SetVotingReq$json
→ const Map<
String, Object> -
SetVotingRes$json
→ const Map<
String, String> -
SignableBytes$json
→ const Map<
String, Object> -
SignatureKesProduct$json
→ const Map<
String, Object> -
SignatureKesSum$json
→ const Map<
String, Object> -
SignatureVerification$json
→ const Map<
String, Object> -
SigningKey$json
→ const Map<
String, Object> -
SigningKey_Ed25519Sk$json
→ const Map<
String, Object> -
SigningKey_ExtendedEd25519Sk$json
→ const Map<
String, Object> -
SlotData$json
→ const Map<
String, Object> -
SlotId$json
→ const Map<
String, Object> -
SmallData$json
→ const Map<
String, Object> -
SortOrder$json
→ const Map<
String, Object> -
SpentTransactionOutput$json
→ const Map<
String, Object> -
StakingAddress$json
→ const Map<
String, Object> -
StakingRegistration$json
→ const Map<
String, Object> -
SynchronizationTraversalReq$json
→ const Map<
String, String> -
SynchronizationTraversalRes$json
→ const Map<
String, Object> -
TransactionId$json
→ const Map<
String, Object> -
TransactionInputAddress$json
→ const Map<
String, Object> -
TransactionOutputAddress$json
→ const Map<
String, Object> -
TransactionReceipt$json
→ const Map<
String, Object> -
TransactionResponse$json
→ const Map<
String, Object> -
TxBind$json
→ const Map<
String, Object> -
Txo$json
→ const Map<
String, Object> -
Txo_Spender$json
→ const Map<
String, Object> -
TxoLockAddressResponse$json
→ const Map<
String, Object> -
TxoResponse$json
→ const Map<
String, Object> -
TxoState$json
→ const Map<
String, Object> -
TxoStats$json
→ const Map<
String, Object> -
UnspentTransactionOutput$json
→ const Map<
String, Object> -
Value$json
→ const Map<
String, Object> -
Value_Asset$json
→ const Map<
String, Object> -
Value_ConfigProposal$json
→ const Map<
String, Object> -
Value_ConfigProposal_ValueEntry$json
→ const Map<
String, Object> -
Value_Group$json
→ const Map<
String, Object> -
Value_LVL$json
→ const Map<
String, Object> -
Value_Series$json
→ const Map<
String, Object> -
Value_TOPL$json
→ const Map<
String, Object> -
Value_UpdateProposal$json
→ const Map<
String, Object> -
VerificationKey$json
→ const Map<
String, Object> -
VerificationKey_Ed25519Vk$json
→ const Map<
String, Object> -
VerificationKey_ExtendedEd25519Vk$json
→ const Map<
String, Object> -
VerificationKeyKesProduct$json
→ const Map<
String, Object> -
Witness$json
→ const Map<
String, Object>
Properties
- accumulatorRootIdDescriptor → Uint8List
-
Descriptor for
AccumulatorRootId
. Decode as agoogle.protobuf.DescriptorProto
.final - activeStakerDescriptor → Uint8List
-
Descriptor for
ActiveStaker
. Decode as agoogle.protobuf.DescriptorProto
.final - addPeerReqDescriptor → Uint8List
-
Descriptor for
AddPeerReq
. Decode as agoogle.protobuf.DescriptorProto
.final - addPeerResDescriptor → Uint8List
-
Descriptor for
AddPeerRes
. Decode as agoogle.protobuf.DescriptorProto
.final - assetLabelDescriptor → Uint8List
-
Descriptor for
AssetLabel
. Decode as agoogle.protobuf.DescriptorProto
.final - assetMergingStatementDescriptor → Uint8List
-
Descriptor for
AssetMergingStatement
. Decode as agoogle.protobuf.DescriptorProto
.final - assetMintingStatementDescriptor → Uint8List
-
Descriptor for
AssetMintingStatement
. Decode as agoogle.protobuf.DescriptorProto
.final - assetSplittingStatementDescriptor → Uint8List
-
Descriptor for
AssetSplittingStatement
. Decode as agoogle.protobuf.DescriptorProto
.final - attestationDescriptor → Uint8List
-
Descriptor for
Attestation
. Decode as agoogle.protobuf.DescriptorProto
.final - blockBodyDescriptor → Uint8List
-
Descriptor for
BlockBody
. Decode as agoogle.protobuf.DescriptorProto
.final - blockchainSizeStatsDescriptor → Uint8List
-
Descriptor for
BlockchainSizeStats
. Decode as agoogle.protobuf.DescriptorProto
.final - blockchainSizeStatsReqDescriptor → Uint8List
-
Descriptor for
BlockchainSizeStatsReq
. Decode as agoogle.protobuf.DescriptorProto
.final - blockchainSizeStatsResDescriptor → Uint8List
-
Descriptor for
BlockchainSizeStatsRes
. Decode as agoogle.protobuf.DescriptorProto
.final - blockDataDescriptor → Uint8List
-
Descriptor for
BlockData
. Decode as agoogle.protobuf.DescriptorProto
.final - blockDescriptor → Uint8List
-
Descriptor for
Block
. Decode as agoogle.protobuf.DescriptorProto
.final - blockHeaderDescriptor → Uint8List
-
Descriptor for
BlockHeader
. Decode as agoogle.protobuf.DescriptorProto
.final - blockIdDescriptor → Uint8List
-
Descriptor for
BlockId
. Decode as agoogle.protobuf.DescriptorProto
.final - blockResponseDescriptor → Uint8List
-
Descriptor for
BlockResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - blockStatsDescriptor → Uint8List
-
Descriptor for
BlockStats
. Decode as agoogle.protobuf.DescriptorProto
.final - blockStatsReqDescriptor → Uint8List
-
Descriptor for
BlockStatsReq
. Decode as agoogle.protobuf.DescriptorProto
.final - blockStatsResDescriptor → Uint8List
-
Descriptor for
BlockStatsRes
. Decode as agoogle.protobuf.DescriptorProto
.final - boxDescriptor → Uint8List
-
Descriptor for
Box
. Decode as agoogle.protobuf.DescriptorProto
.final - broadcastTransactionReqDescriptor → Uint8List
-
Descriptor for
BroadcastTransactionReq
. Decode as agoogle.protobuf.DescriptorProto
.final - broadcastTransactionResDescriptor → Uint8List
-
Descriptor for
BroadcastTransactionRes
. Decode as agoogle.protobuf.DescriptorProto
.final - chainDistanceDescriptor → Uint8List
-
Descriptor for
ChainDistance
. Decode as agoogle.protobuf.DescriptorProto
.final - challengeDescriptor → Uint8List
-
Descriptor for
Challenge
. Decode as agoogle.protobuf.DescriptorProto
.final - confidenceFactorDescriptor → Uint8List
-
Descriptor for
ConfidenceFactor
. Decode as agoogle.protobuf.DescriptorProto
.final - createOnChainTransactionIndexRequestDescriptor → Uint8List
-
Descriptor for
CreateOnChainTransactionIndexRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - createOnChainTransactionIndexResponseDescriptor → Uint8List
-
Descriptor for
CreateOnChainTransactionIndexResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - csvIndexSpecDescriptor → Uint8List
-
Descriptor for
CsvIndexSpec
. Decode as agoogle.protobuf.DescriptorProto
.final - csvIndexSpecsDescriptor → Uint8List
-
Descriptor for
CsvIndexSpecs
. Decode as agoogle.protobuf.DescriptorProto
.final - currentKnownHostsReqDescriptor → Uint8List
-
Descriptor for
CurrentKnownHostsReq
. Decode as agoogle.protobuf.DescriptorProto
.final - currentKnownHostsResDescriptor → Uint8List
-
Descriptor for
CurrentKnownHostsRes
. Decode as agoogle.protobuf.DescriptorProto
.final - currentMempoolContainsReqDescriptor → Uint8List
-
Descriptor for
CurrentMempoolContainsReq
. Decode as agoogle.protobuf.DescriptorProto
.final - currentMempoolContainsResDescriptor → Uint8List
-
Descriptor for
CurrentMempoolContainsRes
. Decode as agoogle.protobuf.DescriptorProto
.final - currentMempoolReqDescriptor → Uint8List
-
Descriptor for
CurrentMempoolReq
. Decode as agoogle.protobuf.DescriptorProto
.final - currentMempoolResDescriptor → Uint8List
-
Descriptor for
CurrentMempoolRes
. Decode as agoogle.protobuf.DescriptorProto
.final - dataDescriptor → Uint8List
-
Descriptor for
Data
. Decode as agoogle.protobuf.DescriptorProto
.final - datumDescriptor → Uint8List
-
Descriptor for
Datum
. Decode as agoogle.protobuf.DescriptorProto
.final - digestDescriptor → Uint8List
-
Descriptor for
Digest
. Decode as agoogle.protobuf.DescriptorProto
.final - digestVerificationDescriptor → Uint8List
-
Descriptor for
DigestVerification
. Decode as agoogle.protobuf.DescriptorProto
.final - dropIndexRequestDescriptor → Uint8List
-
Descriptor for
DropIndexRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - dropIndexResponseDescriptor → Uint8List
-
Descriptor for
DropIndexResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - eligibilityCertificateDescriptor → Uint8List
-
Descriptor for
EligibilityCertificate
. Decode as agoogle.protobuf.DescriptorProto
.final - epochDataDescriptor → Uint8List
-
Descriptor for
EpochData
. Decode as agoogle.protobuf.DescriptorProto
.final - eventDescriptor → Uint8List
-
Descriptor for
Event
. Decode as agoogle.protobuf.DescriptorProto
.final - evidenceDescriptor → Uint8List
-
Descriptor for
Evidence
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockBodyReqDescriptor → Uint8List
-
Descriptor for
FetchBlockBodyReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockBodyResDescriptor → Uint8List
-
Descriptor for
FetchBlockBodyRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockHeaderReqDescriptor → Uint8List
-
Descriptor for
FetchBlockHeaderReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockHeaderResDescriptor → Uint8List
-
Descriptor for
FetchBlockHeaderRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockIdAtDepthReqDescriptor → Uint8List
-
Descriptor for
FetchBlockIdAtDepthReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockIdAtDepthResDescriptor → Uint8List
-
Descriptor for
FetchBlockIdAtDepthRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockIdAtHeightReqDescriptor → Uint8List
-
Descriptor for
FetchBlockIdAtHeightReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchBlockIdAtHeightResDescriptor → Uint8List
-
Descriptor for
FetchBlockIdAtHeightRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchCanonicalHeadIdReqDescriptor → Uint8List
-
Descriptor for
FetchCanonicalHeadIdReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchCanonicalHeadIdResDescriptor → Uint8List
-
Descriptor for
FetchCanonicalHeadIdRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchEpochDataReqDescriptor → Uint8List
-
Descriptor for
FetchEpochDataReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchEpochDataResDescriptor → Uint8List
-
Descriptor for
FetchEpochDataRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchNodeConfigReqDescriptor → Uint8List
-
Descriptor for
FetchNodeConfigReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchNodeConfigResDescriptor → Uint8List
-
Descriptor for
FetchNodeConfigRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchTransactionReqDescriptor → Uint8List
-
Descriptor for
FetchTransactionReq
. Decode as agoogle.protobuf.DescriptorProto
.final - fetchTransactionResDescriptor → Uint8List
-
Descriptor for
FetchTransactionRes
. Decode as agoogle.protobuf.DescriptorProto
.final - forgetPeerReqDescriptor → Uint8List
-
Descriptor for
ForgetPeerReq
. Decode as agoogle.protobuf.DescriptorProto
.final - forgetPeerResDescriptor → Uint8List
-
Descriptor for
ForgetPeerRes
. Decode as agoogle.protobuf.DescriptorProto
.final - fullBlockBodyDescriptor → Uint8List
-
Descriptor for
FullBlockBody
. Decode as agoogle.protobuf.DescriptorProto
.final - fullBlockDescriptor → Uint8List
-
Descriptor for
FullBlock
. Decode as agoogle.protobuf.DescriptorProto
.final - fungibilityTypeDescriptor → Uint8List
-
Descriptor for
FungibilityType
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - getBlockByDepthRequestDescriptor → Uint8List
-
Descriptor for
GetBlockByDepthRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getBlockByHeightRequestDescriptor → Uint8List
-
Descriptor for
GetBlockByHeightRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getBlockByIdRequestDescriptor → Uint8List
-
Descriptor for
GetBlockByIdRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getExistingTransactionIndexesRequestDescriptor → Uint8List
-
Descriptor for
GetExistingTransactionIndexesRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getExistingTransactionIndexesResponseDescriptor → Uint8List
-
Descriptor for
GetExistingTransactionIndexesResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - getHostIdReqDescriptor → Uint8List
-
Descriptor for
GetHostIdReq
. Decode as agoogle.protobuf.DescriptorProto
.final - getHostIdResDescriptor → Uint8List
-
Descriptor for
GetHostIdRes
. Decode as agoogle.protobuf.DescriptorProto
.final - getIndexedTransactionsRequestDescriptor → Uint8List
-
Descriptor for
GetIndexedTransactionsRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getTransactionByIdRequestDescriptor → Uint8List
-
Descriptor for
GetTransactionByIdRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - getTxoStatsReqDescriptor → Uint8List
-
Descriptor for
GetTxoStatsReq
. Decode as agoogle.protobuf.DescriptorProto
.final - getTxoStatsResDescriptor → Uint8List
-
Descriptor for
GetTxoStatsRes
. Decode as agoogle.protobuf.DescriptorProto
.final - groupIdDescriptor → Uint8List
-
Descriptor for
GroupId
. Decode as agoogle.protobuf.DescriptorProto
.final - groupPolicyDescriptor → Uint8List
-
Descriptor for
GroupPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - groupPolicyResponseDescriptor → Uint8List
-
Descriptor for
GroupPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - heightDataDescriptor → Uint8List
-
Descriptor for
HeightData
. Decode as agoogle.protobuf.DescriptorProto
.final - immutableBytesDescriptor → Uint8List
-
Descriptor for
ImmutableBytes
. Decode as agoogle.protobuf.DescriptorProto
.final - indexDefDescriptor → Uint8List
-
Descriptor for
IndexDef
. Decode as agoogle.protobuf.DescriptorProto
.final - indexFieldSpecDescriptor → Uint8List
-
Descriptor for
IndexFieldSpec
. Decode as agoogle.protobuf.DescriptorProto
.final - indexFilterDescriptor → Uint8List
-
Descriptor for
IndexFilter
. Decode as agoogle.protobuf.DescriptorProto
.final - indexMatchValueDescriptor → Uint8List
-
Descriptor for
IndexMatchValue
. Decode as agoogle.protobuf.DescriptorProto
.final - indexSpecDescriptor → Uint8List
-
Descriptor for
IndexSpec
. Decode as agoogle.protobuf.DescriptorProto
.final - indexSpecsDescriptor → Uint8List
-
Descriptor for
IndexSpecs
. Decode as agoogle.protobuf.DescriptorProto
.final - indicesDescriptor → Uint8List
-
Descriptor for
Indices
. Decode as agoogle.protobuf.DescriptorProto
.final - int128Descriptor → Uint8List
-
Descriptor for
Int128
. Decode as agoogle.protobuf.DescriptorProto
.final - ioTransactionDescriptor → Uint8List
-
Descriptor for
IoTransaction
. Decode as agoogle.protobuf.DescriptorProto
.final - jsonIndexSpecDescriptor → Uint8List
-
Descriptor for
JsonIndexSpec
. Decode as agoogle.protobuf.DescriptorProto
.final - jsonIndexSpecsDescriptor → Uint8List
-
Descriptor for
JsonIndexSpecs
. Decode as agoogle.protobuf.DescriptorProto
.final - keyPairDescriptor → Uint8List
-
Descriptor for
KeyPair
. Decode as agoogle.protobuf.DescriptorProto
.final - knownHostDescriptor → Uint8List
-
Descriptor for
KnownHost
. Decode as agoogle.protobuf.DescriptorProto
.final - labelTypeDescriptor → Uint8List
-
Descriptor for
LabelType
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - lockAddressDescriptor → Uint8List
-
Descriptor for
LockAddress
. Decode as agoogle.protobuf.DescriptorProto
.final - lockDescriptor → Uint8List
-
Descriptor for
Lock
. Decode as agoogle.protobuf.DescriptorProto
.final - lockIdDescriptor → Uint8List
-
Descriptor for
LockId
. Decode as agoogle.protobuf.DescriptorProto
.final - makeBlocksReqDescriptor → Uint8List
-
Descriptor for
MakeBlocksReq
. Decode as agoogle.protobuf.DescriptorProto
.final - makeBlocksResDescriptor → Uint8List
-
Descriptor for
MakeBlocksRes
. Decode as agoogle.protobuf.DescriptorProto
.final - messageDescriptor → Uint8List
-
Descriptor for
Message
. Decode as agoogle.protobuf.DescriptorProto
.final - nodeConfigDescriptor → Uint8List
-
Descriptor for
NodeConfig
. Decode as agoogle.protobuf.DescriptorProto
.final - operationalCertificateDescriptor → Uint8List
-
Descriptor for
OperationalCertificate
. Decode as agoogle.protobuf.DescriptorProto
.final - pingMessageDescriptor → Uint8List
-
Descriptor for
PingMessage
. Decode as agoogle.protobuf.DescriptorProto
.final - pongMessageDescriptor → Uint8List
-
Descriptor for
PongMessage
. Decode as agoogle.protobuf.DescriptorProto
.final - preimageDescriptor → Uint8List
-
Descriptor for
Preimage
. Decode as agoogle.protobuf.DescriptorProto
.final - proofDescriptor → Uint8List
-
Descriptor for
Proof
. Decode as agoogle.protobuf.DescriptorProto
.final - propositionDescriptor → Uint8List
-
Descriptor for
Proposition
. Decode as agoogle.protobuf.DescriptorProto
.final - protocolVersionDescriptor → Uint8List
-
Descriptor for
ProtocolVersion
. Decode as agoogle.protobuf.DescriptorProto
.final - quantityDescriptorTypeDescriptor → Uint8List
-
Descriptor for
QuantityDescriptorType
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - queryByAssetLabelRequestDescriptor → Uint8List
-
Descriptor for
QueryByAssetLabelRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryByGroupIdRequestDescriptor → Uint8List
-
Descriptor for
QueryByGroupIdRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryByLockAddressRequestDescriptor → Uint8List
-
Descriptor for
QueryByLockAddressRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - queryBySeriesIdRequestDescriptor → Uint8List
-
Descriptor for
QueryBySeriesIdRequest
. Decode as agoogle.protobuf.DescriptorProto
.final - ratioDescriptor → Uint8List
-
Descriptor for
Ratio
. Decode as agoogle.protobuf.DescriptorProto
.final - rootDescriptor → Uint8List
-
Descriptor for
Root
. Decode as agoogle.protobuf.DescriptorProto
.final - rpcHostIdDescriptor → Uint8List
-
Descriptor for
RpcHostId
. Decode as agoogle.protobuf.DescriptorProto
.final - scheduleDescriptor → Uint8List
-
Descriptor for
Schedule
. Decode as agoogle.protobuf.DescriptorProto
.final - seriesIdDescriptor → Uint8List
-
Descriptor for
SeriesId
. Decode as agoogle.protobuf.DescriptorProto
.final - seriesPolicyDescriptor → Uint8List
-
Descriptor for
SeriesPolicy
. Decode as agoogle.protobuf.DescriptorProto
.final - seriesPolicyResponseDescriptor → Uint8List
-
Descriptor for
SeriesPolicyResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - setVotingReqDescriptor → Uint8List
-
Descriptor for
SetVotingReq
. Decode as agoogle.protobuf.DescriptorProto
.final - setVotingResDescriptor → Uint8List
-
Descriptor for
SetVotingRes
. Decode as agoogle.protobuf.DescriptorProto
.final - signableBytesDescriptor → Uint8List
-
Descriptor for
SignableBytes
. Decode as agoogle.protobuf.DescriptorProto
.final - signatureKesProductDescriptor → Uint8List
-
Descriptor for
SignatureKesProduct
. Decode as agoogle.protobuf.DescriptorProto
.final - signatureKesSumDescriptor → Uint8List
-
Descriptor for
SignatureKesSum
. Decode as agoogle.protobuf.DescriptorProto
.final - signatureVerificationDescriptor → Uint8List
-
Descriptor for
SignatureVerification
. Decode as agoogle.protobuf.DescriptorProto
.final - signingKeyDescriptor → Uint8List
-
Descriptor for
SigningKey
. Decode as agoogle.protobuf.DescriptorProto
.final - slotDataDescriptor → Uint8List
-
Descriptor for
SlotData
. Decode as agoogle.protobuf.DescriptorProto
.final - slotIdDescriptor → Uint8List
-
Descriptor for
SlotId
. Decode as agoogle.protobuf.DescriptorProto
.final - smallDataDescriptor → Uint8List
-
Descriptor for
SmallData
. Decode as agoogle.protobuf.DescriptorProto
.final - sortOrderDescriptor → Uint8List
-
Descriptor for
SortOrder
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - spentTransactionOutputDescriptor → Uint8List
-
Descriptor for
SpentTransactionOutput
. Decode as agoogle.protobuf.DescriptorProto
.final - stakingAddressDescriptor → Uint8List
-
Descriptor for
StakingAddress
. Decode as agoogle.protobuf.DescriptorProto
.final - stakingRegistrationDescriptor → Uint8List
-
Descriptor for
StakingRegistration
. Decode as agoogle.protobuf.DescriptorProto
.final - synchronizationTraversalReqDescriptor → Uint8List
-
Descriptor for
SynchronizationTraversalReq
. Decode as agoogle.protobuf.DescriptorProto
.final - synchronizationTraversalResDescriptor → Uint8List
-
Descriptor for
SynchronizationTraversalRes
. Decode as agoogle.protobuf.DescriptorProto
.final - transactionIdDescriptor → Uint8List
-
Descriptor for
TransactionId
. Decode as agoogle.protobuf.DescriptorProto
.final - transactionInputAddressDescriptor → Uint8List
-
Descriptor for
TransactionInputAddress
. Decode as agoogle.protobuf.DescriptorProto
.final - transactionOutputAddressDescriptor → Uint8List
-
Descriptor for
TransactionOutputAddress
. Decode as agoogle.protobuf.DescriptorProto
.final - transactionReceiptDescriptor → Uint8List
-
Descriptor for
TransactionReceipt
. Decode as agoogle.protobuf.DescriptorProto
.final - transactionResponseDescriptor → Uint8List
-
Descriptor for
TransactionResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - txBindDescriptor → Uint8List
-
Descriptor for
TxBind
. Decode as agoogle.protobuf.DescriptorProto
.final - txoDescriptor → Uint8List
-
Descriptor for
Txo
. Decode as agoogle.protobuf.DescriptorProto
.final - txoLockAddressResponseDescriptor → Uint8List
-
Descriptor for
TxoLockAddressResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - txoResponseDescriptor → Uint8List
-
Descriptor for
TxoResponse
. Decode as agoogle.protobuf.DescriptorProto
.final - txoStateDescriptor → Uint8List
-
Descriptor for
TxoState
. Decode as agoogle.protobuf.EnumDescriptorProto
.final - txoStatsDescriptor → Uint8List
-
Descriptor for
TxoStats
. Decode as agoogle.protobuf.DescriptorProto
.final - unspentTransactionOutputDescriptor → Uint8List
-
Descriptor for
UnspentTransactionOutput
. Decode as agoogle.protobuf.DescriptorProto
.final - valueDescriptor → Uint8List
-
Descriptor for
Value
. Decode as agoogle.protobuf.DescriptorProto
.final - verificationKeyDescriptor → Uint8List
-
Descriptor for
VerificationKey
. Decode as agoogle.protobuf.DescriptorProto
.final - verificationKeyKesProductDescriptor → Uint8List
-
Descriptor for
VerificationKeyKesProduct
. Decode as agoogle.protobuf.DescriptorProto
.final - witnessDescriptor → Uint8List
-
Descriptor for
Witness
. Decode as agoogle.protobuf.DescriptorProto
.final