Expand description
Secret Network specific utilities and contracts that
are commonly used when developing smart contracts for it.
Feature flag: scrt
Modules§
- permit
- Authentication using SNIP-24 query permits.
Feature flag:
permit
- snip20
- Feature flag:
snip20
- vk
- Viewing key authentication.
Feature flag:
vk
Constants§
- BLOCK_
SIZE - Default Secret Network message padding size.
Traits§
Functions§
- space_
pad - Take a
Vec<u8>
and pad it up to a multiple ofblock_size
using spaces at the end. - to_
cosmos_ msg - Creates a new
WasmMsg::Execute
using the providedmsg
and padding it toBLOCK_SIZE
.