Coin Decimals
Structs
Decimals
struct Decimals has store {
decimals: u8,
scalar: u64
}CoinDecimals
struct CoinDecimals has key, store {
id: UID
}Interface
new
contains
decimals
scalar
add
Last updated
Was this helpful?