Skip to main content

rootchain_std/
types.rs

1// Common types for RootChain smart contracts
2pub type Balance = u64;
3pub type Gas = u64;