Skip to content

Commit

Permalink
iface: export ContractError type
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 18, 2023
1 parent b65cf9e commit 71a79de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interface/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ mod suppl;

pub use builder::{BuilderError, ContractBuilder, TransitionBuilder};
pub use contract::{
AllocationWitness, ContractIface, FilterExclude, FilterIncludeAll, FungibleAllocation,
IfaceWrapper, OutpointFilter, TypedState,
AllocationWitness, ContractError, ContractIface, FilterExclude, FilterIncludeAll,
FungibleAllocation, IfaceWrapper, OutpointFilter, TypedState,
};
pub use iface::{
ArgMap, ArgSpec, AssignIface, ExtensionIface, GenesisIface, GlobalIface, Iface, IfaceId,
Expand Down

0 comments on commit 71a79de

Please sign in to comment.