Skip to content

Commit e8e85d0

Browse files
authored
Expose frc46_token token state field (#253)
* Expose `hamt_bit_width` in the token state struct and bump the package version * revert: version bump
1 parent 840198b commit e8e85d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frc46_token/src/token/state.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pub struct TokenState {
117117
/// `balances[owner][operator]`.
118118
pub allowances: Cid,
119119
/// Bit-width to use when loading Hamts.
120-
hamt_bit_width: u32,
120+
pub hamt_bit_width: u32,
121121
}
122122

123123
/// An abstraction over the IPLD layer to get and modify token state without dealing with HAMTs etc.

0 commit comments

Comments
 (0)