Struct diem_faucet::mint::MintParams
source · pub struct MintParams {
pub amount: u64,
pub currency_code: Currency,
pub auth_key: AuthenticationKey,
pub return_txns: Option<bool>,
pub is_designated_dealer: Option<bool>,
pub trade_id: Option<String>,
pub vasp_domain: Option<String>,
pub is_remove_domain: Option<bool>,
}
Fields§
§amount: u64
§currency_code: Currency
§auth_key: AuthenticationKey
§return_txns: Option<bool>
§is_designated_dealer: Option<bool>
§trade_id: Option<String>
§vasp_domain: Option<String>
§is_remove_domain: Option<bool>
Trait Implementations§
source§impl<'de> Deserialize<'de> for MintParams
impl<'de> Deserialize<'de> for MintParams
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more