Module fadroma::scrt

source ·
Expand description

Secret Network specific utilities and contracts that are commonly used when developing smart contracts for it. Feature flag: scrt

Modules

Authentication using SNIP-24 query permits. Feature flag: permit
Viewing key authentication. Feature flag: vk

Constants

Default Secret Network message padding size.

Functions

Pad the given response using space_pad the default BLOCK_SIZE.
Take a Vec and pad it up to a multiple of block_size using spaces at the end.
Creates a new WasmMsg::Execute using the provided msg and padding it to BLOCK_SIZE.