pub type QueryResponse = State;Expand description
A type alias for contract state.
Aliased Type§
pub struct QueryResponse {
pub purchase_denom: String,
pub merchant_address: Addr,
pub fee_collection_address: Addr,
pub fee_percent: Decimal,
}Fields§
§purchase_denom: String§merchant_address: Addr§fee_collection_address: Addr§fee_percent: Decimal