Enum ftoken::ftoken_mod::msg::FtokenQueryAnswer[][src]

pub enum FtokenQueryAnswer {
Show 13 variants FtokenInfo { ftkn_info: FtokenInfo, }, FtokenConfig { ftkn_conf: FtokenConf, }, AuctionConfig { auc_conf: AucConf, }, ProposalConfig { prop_conf: PropConf, }, ReservationPrice { ftokens_voted: Uint128, reservation_price: Uint128, }, ProposalList(Vec<PropInfoTally>), BidList { bid_amounts: Vec<Uint128>, total_bids: u64, }, NftPrivateMetadata(PrivateMetadataResponse), NftDossier(NftDossierResponse), StakedTokens(StakedTokens), ReservationPriceVote(ResvVote), ProposalVotes(VoteRegister), Bid(BidInfo),
}

Variants

FtokenInfo

Fields

ftkn_info: FtokenInfo

FtokenConfig

Fields

ftkn_conf: FtokenConf

AuctionConfig

Fields

auc_conf: AucConf

ProposalConfig

Fields

prop_conf: PropConf

ReservationPrice

Fields

ftokens_voted: Uint128
reservation_price: Uint128

ProposalList(Vec<PropInfoTally>)

Tuple Fields

BidList

Fields

bid_amounts: Vec<Uint128>
total_bids: u64

NftPrivateMetadata(PrivateMetadataResponse)

Tuple Fields

NftDossier(NftDossierResponse)

Tuple Fields

StakedTokens(StakedTokens)

Tuple Fields

ReservationPriceVote(ResvVote)

Tuple Fields

ProposalVotes(VoteRegister)

Tuple Fields

Bid(BidInfo)

Tuple Fields

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name of the generated JSON Schema. Read more

Generates a JSON Schema for this type. Read more

Whether JSON Schemas generated for this type should be re-used where possible using the $ref keyword. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.