public inline explicit asset (int64_t a, symbol_type s)
Construct a new asset given the symbol name and the amount
Parameters
a- The amount of the assets- The name of the symbol, default to CORE_SYMBOL
Check if the amount doesn't exceed the max amount
Returns
true - if the amount doesn't exceed the max amount
Returns
false - otherwise
