Modules§
- asset
- astroport
- debug
- error
- math
- neptune_
map - pool
- querier
- send_
asset - signed_
decimal - storage
- swap
- traits
- utilities
- warn
Macros§
- debug
- This macro prints debug information to the wasm attributes and then exits without sending any additional messages. Additional information is included in the attributes like the function name.
- debug_
and_ exit - This macro prints debug information to the wasm attributes and then exits without sending any additional messages. Additional information is included in the attributes like the function name.
- warn
- This module contains the warn! macro. The purpose of this macro is to easily pass warnings as wasm attributes. Additional information is included in the attributes like the function name. Display must be implemented for the expression passed into warn!.