package
2.0.0-alpha+incompatible
Repository: https://github.com/hyperledger-labs/fabric-block-archiving.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

Command describes the type of operation that a client is requesting.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
A CommnandResponse is returned from a prover to the command submitter.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Error reports an application error.
Header is a generic replay prevention and identity message to include in a signed command.
Issue specifies an issue of one or more tokens.
IssueRequest is used to request token issuance.
ListRequest is used to retrieve the unspent tokens belonging to the party holding Credential.
RecipientShare describes how much a recipient will receive in a token transfer.
RedeemRequest is used to request token redemption.
SignedCommand is a command that carries the signature of the command's creator.
SignedCommandResponse is a signed command response.
Token is the result of issue and transfer transactions.
TokenAction specifies the structure of the action that a token undertakes.
No description provided by the author
No description provided by the author
No description provided by the author
TokenActionTerms describes the expected sender and outputs of a token operation.
A TokenId identifies a token as a function of the identifier of the transaction (issue, transfer) that created it and its index in that transaction.
TokenOperation describes a token operation.
No description provided by the author
TokenOperationAction lists the available operations.
No description provided by the author
No description provided by the author
TokenOperationRequest is used to ask the prover peer to perform a specific token operation using given token ids.
TokenOwner holds the identity of a token owner.
TokenTransaction governs the structure of Payload.data, when the transaction's envelope header indicates a transaction of type "Token".
No description provided by the author
TokenTransactions is a container for token transactions.
Transfer specifies a transfer of one or more tokens.
TransferRequest is used to request token transfers.
UnspentToken is used to specify a token returned by ListRequest.
UnspentTokens is used to hold the output of ListRequest.

# Interfaces

ProverClient is the client API for Prover service.
ProverServer is the server API for Prover service.

# Type aliases

No description provided by the author