# Functions
CompileCollectEndorsementsOpts compiles the given list of ServiceOption.
ExchangeRecipientIdentities executes the ExchangeRecipientIdentitiesView using by passed wallet id to derive the recipient identity to send to the passed recipient.
GetAuditorWallet returns the wallet whose id is the passed id.
GetIssuerWallet returns the issuer wallet whose id is the passed id.
GetIssuerWalletForChannel returns the issuer wallet whose id is the passed id for the passed channel.
No description provided by the author
GetWallet returns the wallet whose id is the passed id.
GetWalletForChannel returns the wallet whose id is the passed id for the passed channel.
No description provided by the author
No description provided by the author
No description provided by the author
MyAuditorWallet returns the default auditor wallet, nil if not found.
MyIssuerWallet returns the default issuer wallet, nil if not found.
MyWallet returns the default wallet, nil if not found.
MyWalletFromTx returns the default wallet for the tuple (network, channel, namespace) as identified by the passed transaction.
No description provided by the author
NewAnonymousTransaction returns a new anonymous token transaction customized with the passed opts.
No description provided by the author
No description provided by the author
NewCollectActionsResponderView returns an instance of the collectActionsResponderView.
NewCollectActionsView returns an instance of collectActionsView.
NewCollectEndorsementsView returns an instance of the CollectEndorsementsView struct.
NewEndorseView returns an instance of the endorseView.
NewFinalityView returns an instance of the finalityView.
NewFinalityWithTimeoutView returns an instance of the finalityView.
NewLocalBidirectionalChannel creates a new bidirectional channel.
No description provided by the author
NewOrderingAndFinalityView returns a new instance of the orderingAndFinalityView struct.
NewOrderingAndFinalityWithTimeoutView returns a new instance of the orderingAndFinalityView struct.
NewOrderingView returns a new instance of the orderingView struct.
NewOwner returns a new owner service.
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
No description provided by the author
No description provided by the author
NewTransaction returns a new token transaction customized with the passed opts that will be signed by the passed signer.
No description provided by the author
No description provided by the author
No description provided by the author
ReceiveAction runs the receiveActionsView.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RequestRecipientIdentity executes the RequestRecipientIdentityView.
No description provided by the author
No description provided by the author
RespondExchangeRecipientIdentities executes the RespondExchangeRecipientIdentitiesView.
RespondRequestRecipientIdentity executes the RespondRequestRecipientIdentityView.
RespondRequestRecipientIdentityUsingWallet executes the RespondRequestRecipientIdentityView.
RunView runs passed view within the passed context and using the passed options in a separate goroutine.
StoreEnvelope stores the transaction envelope locally.
StoreTransactionRecords stores the transaction records extracted from the passed transaction to the token transaction db.
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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
WithSkipApproval to skip approval.
WithSkipAuditing to skip auditing.
No description provided by the author
WithTMS filters by network, channel and namespace.
WithTMSID filters by TMS identifier.
WithType returns a list token option that filter by the passed token type.
# Constants
Confirmed is the status of a transaction that has been confirmed by the ledger.
Deleted is the status of a transaction that has been deleted due to a failure to commit.
No description provided by the author
EndorsementAckPrefix is the prefix for the endorsement ACKs.
Pending is the status of a transaction that has been submitted to the ledger.
No description provided by the author
No description provided by the author
Unknown is the status of a transaction that is unknown.
# Structs
No description provided by the author
ActionTransfer describe a transfer operation.
No description provided by the author
No description provided by the author
No description provided by the author
EndorsementsOpts is used to configure the CollectEndorsementsView.
No description provided by the author
No description provided by the author
No description provided by the author
LocalBidirectionalChannel is a bidirectional channel that is used to simulate a session between two views (let's call them L and R) running in the same process.
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
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
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
No description provided by the author
No description provided by the author
TransactionInfo contains the transaction info.
TransactionInfoProvider allows the retrieval of the transaction info.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
EndorsementsOpt is a function that configures a EndorsementsOpts.
No description provided by the author
No description provided by the author
No description provided by the author
TxStatus is the status of a transaction.