Functions§
- build_
send_ asset_ msg - decimal_
param_ le_ one - decimal_
param_ lt_ one - integer_
param_ gt_ zero - option_
string_ to_ addr - Used when unwrapping an optional address sent in a contract call by a user. Validates addreess if present, otherwise uses a given default value.
- validate_
native_ denom - follows cosmos SDK validation logic where denoms can be 3 - 128 characters long and starts with a letter, followed but either a letter, number, or separator ( ‘/’ , ‘:’ , ‘.’ , ‘_’ , or ‘-’) reference: https://github.com/cosmos/cosmos-sdk/blob/7728516abfab950dc7a9120caad4870f1f962df5/types/coin.go#L865-L867
- zero_
address