# Functions
New returns a new LocalTxSubmission object.
NewClient returns a new LocalTxSubmission client object.
NewConfig returns a new LocalTxSubmission config object with the provided options.
No description provided by the author
No description provided by the author
NewMsgFromCbor parses a LocalTxSubmission message from CBOR.
No description provided by the author
No description provided by the author
NewServer returns a new Server object.
WithSubmitTxFunc specifies the callback function when a TX is submitted when acting as a server.
WithTimeout specifies the timeout for a TX submit operation when acting as a client.
# Constants
Message types.
Message types.
Message types.
Message types.
Protocol identifiers.
Protocol identifiers.
# Variables
LocalTxSubmission protocol state machine.
# Structs
Callback context.
Client implements the LocalTxSubmission client.
Config is used to configure the LocalTxSubmission protocol instance.
LocalTxSubmission is a wrapper object that holds the client and server instances.
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
Server implements the LocalTxSubmission server.
TransactionRejectedError represents an explicit transaction rejection.
# Type aliases
LocalTxSubmissionOptionFunc represents a function used to modify the LocalTxSubmission protocol config.
Callback function types.