Type Definition near_workspaces::types::Balance
source · pub type Balance = u128;Expand description
Balance is type for storing amounts of tokens. Usually represents the amount of tokens in yoctoNear (1e-24).
pub type Balance = u128;Balance is type for storing amounts of tokens. Usually represents the amount of tokens in yoctoNear (1e-24).