Struct diem_faucet::mint::MintParams [−][src]
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: u64currency_code: Currencyauth_key: AuthenticationKeyreturn_txns: Option<bool>is_designated_dealer: Option<bool>trade_id: Option<String>vasp_domain: Option<String>is_remove_domain: Option<bool>Trait Implementations
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