Skip to content

Commit

Permalink
fix(fc-traits-gas-tank): export NonFungibleGasBurner
Browse files Browse the repository at this point in the history
  • Loading branch information
pandres95 committed Oct 15, 2024
1 parent aee5270 commit d9c7f5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions traits/gas-tank/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ mod impl_nonfungibles;

pub trait GasTank: GasBurner + GasFueler {}

pub use impl_nonfungibles::NonFungibleGasBurner;

/// Handles burning _"gas"_ from a tank to be spendable in transactions
pub trait GasBurner {
type AccountId: Parameter;
Expand Down

0 comments on commit d9c7f5c

Please sign in to comment.