Expand description
Representations of VTXOs in an Ark.
Re-exports§
pub use self::policy::VtxoPolicy;pub use self::policy::VtxoPolicyKind;pub use self::policy::PubkeyVtxoPolicy;pub use self::policy::CheckpointVtxoPolicy;pub use self::policy::ServerHtlcRecvVtxoPolicy;pub use self::policy::ServerHtlcSendVtxoPolicy;pub use self::policy::clause::VtxoClause;pub use self::policy::clause::DelayedSignClause;pub use self::policy::clause::DelayedTimelockSignClause;pub use self::policy::clause::HashDelaySignClause;pub use self::policy::clause::TapScriptClause;
Modules§
Structs§
- Vtxo
- Represents a VTXO in the Ark.
- VtxoId
- Vtxo
IdParse Error - Vtxo
Spec - Information that specifies a VTXO, independent of its origin.
- Vtxo
TxIter - Iterator returned by Vtxo::transactions.
- Vtxo
TxIter Item - Type of the items yielded by VtxoTxIter, the iterator returned by Vtxo::transactions.
Enums§
Constants§
- EXIT_
TX_ WEIGHT - The total signed tx weight of a exit tx.
Traits§
Functions§
- create_
exit_ tx - Create an exit tx.