Skip to main content

is_valid_amount

Function is_valid_amount 

Source
pub fn is_valid_amount(_value: &TokenAmount) -> bool
Expand description

Determines whether the passed value is within bounds of available tokens in the supply.

TODO: Currently placeholder, needs to be filled in once requirements known