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
WalletProviderinside [rgbstd::RgbWallet] andcrate::RgbRuntime. - Payment
- Payment structure is used in the process of RBF (replace by fee). It is returned by
RgbRuntime::pay_invoicemethod when the original transaction is created, and then must be provided toRgbRuntime::rbfto do the RBF transaction. - RgbRuntime
- RGB Runtime is a lightweight stateless layer integrating some wallet provider (
Walletgeneric parameter) and RGB stockpile (Spgeneric parameter). - Transfer
fs