Skip to main content

Module builder

Module builder 

Source

Structs§

ClientInput
ClientInputBundle
A group of inputs and state machines responsible for driving their state
ClientInputSM
ClientOutput
ClientOutputBundle
ClientOutputSM
FeeQuote
Breakdown of the fee finalizing a transaction would incur, as computed by Client::fee_quote (a dry-run of the same balancing the real submission performs).
FeeQuoteRequest
The explicit (operation-supplied) side of a transaction, summarized for a fee quote via Client::fee_quote.
TransactionBuilder

Enums§

NeverClientContext
A fake sm::Context for NeverClientStateMachine
NeverClientStateMachine
A fake sm::State that can actually never happen.

Functions§

find_range_of_matching_items 🔒
Find the range of indexes in an monotonically increasing arr, that is equal to item
state_gen_to_dyn 🔒