Re-exports§
pub extern crate rgbdescr as descriptors;
Modules§
Structs§
- Codex
Info - Contract
Info - File
Holder fs
- Holder
- MemUtxos
- Multi
Holder - Owner
- Owner structure represents a holder of an RGB wallet, which keeps information of the wallet
descriptor and UTXO set. It doesn’t know anything about RGB contracts, though (and that’s why
it is not a full wallet) and is used as a component implementing
WalletProvider
inside [rgbstd::RgbWallet
] andcrate::RgbRuntime
. - Payment
- Payment structure is used in the process of RBF (replace by fee). It is returned by
RgbRuntime::pay_invoice
method when the original transaction is created, and then must be provided toRgbRuntime::rbf
to do the RBF transaction. - RgbRuntime
- RGB Runtime is a lightweight stateless layer integrating some wallet provider (
Wallet
generic parameter) and RGB stockpile (Sp
generic parameter). - Transfer
fs