Skip to content

Commit

Permalink
Solve issue use-ink#1521
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucca authored Mar 4, 2024
1 parent bcc1c8c commit bcc83ff
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions crates/transcode/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,26 @@ use anyhow::{
Context,
Result,
};
use ink_metadata::{
ConstructorSpec,
pub use ink_metadata::{
InkProject,
ConstructorSpec,
ConstructorSpecBuilder,
ContractSpec,
ContractSpecBuilder,
DisplayName,
EnvironmentSpec,
EnvironmentSpecBuilder,
EventParamSpec,
EventParamSpecBuilder,
EventSpec,
EventSpecBuilder,
MessageParamSpec,
MessageParamSpecBuilder,
MessageSpec,
MessageSpecBuilder,
ReturnTypeSpec,
Selector,
TypeSpec,
};
use itertools::Itertools;
use scale::{
Expand Down

0 comments on commit bcc83ff

Please sign in to comment.