@@ -75,7 +75,6 @@ pub use rgb::{
7575 info:: ContractInfo ,
7676 invoice:: Pay2Vout ,
7777 persistence:: { MemContract , MemContractState , Stock } ,
78- resolvers:: AnyResolver ,
7978 stl:: ContractTerms ,
8079 validation:: { Failure , ResolveWitness , Scripts , Validity , Warning , WitnessResolverError } ,
8180 vm:: { WitnessOrd , WitnessPos } ,
@@ -89,7 +88,6 @@ pub use rgb_altered::{
8988 info:: ContractInfo ,
9089 invoice:: Pay2Vout ,
9190 persistence:: { MemContract , MemContractState , Stock } ,
92- resolvers:: AnyResolver ,
9391 stl:: ContractTerms ,
9492 validation:: { Failure , ResolveWitness , Scripts , Validity , Warning , WitnessResolverError } ,
9593 vm:: { WitnessOrd , WitnessPos } ,
@@ -105,6 +103,7 @@ pub use rgbstd::{
105103 ContractBuilder , ContractData , DataAllocation , FilterExclude , FungibleAllocation ,
106104 IssuerWrapper , TransitionBuilder ,
107105 } ,
106+ indexers:: AnyResolver ,
108107 invoice:: { Beneficiary , RgbInvoice , RgbInvoiceBuilder , XChainNet } ,
109108 persistence:: { fs:: FsBinStore , PersistedState , StashReadProvider } ,
110109 schema:: SchemaId ,
0 commit comments