We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
https://github.com/RGB-WG/rgb/blob/master/src/resolvers/any.rs#L44
pub struct AnyResolver { inner: Box<dyn RgbResolver>, // here missing Send terminal_txes: HashMap<Txid, Tx>, }