Crate rgbp

Source

Re-exports§

pub extern crate rgbdescr as descriptors;

Modules§

resolvers

Structs§

CodexInfo
ContractInfo
FileHolderfs
Holder
MemUtxos
MultiHolder
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] and crate::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 to RgbRuntime::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).
Transferfs

Enums§

CoinselectStrategy
FinalizeError
PayError
TransferError

Traits§

ConsignmentStreamfs
OwnerProvider
UtxoSet

Type Aliases§

RgbpRuntimeDirfs