Skip to content

Commit

Permalink
feat: expose TransactionFailureReason (xJonathanLEI#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
xJonathanLEI authored May 25, 2022
1 parent da402b8 commit a497e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starknet-core/src/types/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ pub use block::{Block, BlockId};

mod transaction;
pub use transaction::{
DeployTransaction, EntryPointType, InvokeFunctionTransaction, TransactionInfo,
TransactionStatusInfo, TransactionType,
DeployTransaction, EntryPointType, InvokeFunctionTransaction, TransactionFailureReason,
TransactionInfo, TransactionStatusInfo, TransactionType,
};

mod transaction_receipt;
Expand Down

0 comments on commit a497e46

Please sign in to comment.