Crate neptune_common

Crate neptune_common 

Source

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!.