Module ftoken::ftoken_mod::msg[][src]

Structs

wrapper to deserialize NftDossier responses, with additional implementations above the standard implementation in secret_toolkit

wrapper to deserialize PrivateMetadata responses, with additional implementations /// above the standard implementation in secret_toolkit

Enums

List of messages that is allowed to be sent to underlying NFT. ftoken holders can propose to send these messages to the underlying NFT, where other ftoken holders vote on whether to accept the proposal. Once a proposal passes, a
transaction can be triggered to send the proposed message to the underlying NFT

Authenticated queries (ie: required viewing key or query permit) that are specific to ftoken functionality (as opposed to standard SNIP20 queries)

Public (ie: non authenticated) query messages that are specific to ftoken functionality (as opposed to standard SNIP20 queries)

Init Callback response to send upon instantiation of ftoken contract

DAO proposals that an ftoken holder can make. A minimum amount of tokens need to be staked along with proposals

List of messages that is allowed to be sent to underlying NFT

Query messages to be sent to SNIP721 contract. Uses viewing key for cross contract query, rather than permits