is_validCheck if the asset is valid. A valid asset has its amount <= max_amount and its symbol name validC++public inline bool is_valid() const Check if the asset is valid. A valid asset has its amount <= max_amount and its symbol name valid Returns true - if the asset is valid Returns false - otherwise