Available on crate feature
intents only.Expand description
High-level transaction intents.
Intents describe what a transaction should accomplish without requiring the caller to
manually manage coin selection or object resolution. When the transaction is built with
TransactionBuilder::build, registered resolvers
communicate with the network to fill in the details.
Currently the only built-in intent is CoinWithBalance, which requests a coin of a
given type and amount.
Structsยง
- Coin
With Balance - An intent requesting a coin of a specific type and balance.