pub enum MoonpayCurrencyCode {
Show 38 variants
AvaxCchain,
BnbBnb,
BnbBsc,
Celo,
CeloCelo,
Cusd,
CusdCelo,
Dai,
DaiEthereum,
Eth,
EthArbitrum,
EthBase,
EthEthereum,
EthOptimism,
EthPolygon,
Fil,
FilFvm,
Matic,
MaticEthereum,
MaticPolygon,
MonMon,
PolEthereum,
PolPolygon,
Usdc,
UsdcArbitrum,
UsdcBase,
UsdcCchain,
UsdcEthereum,
UsdcOptimism,
UsdcPolygon,
UsdcSol,
Usdt,
UsdtEthereum,
UsdtPolygon,
Wbtc,
WbtcEthereum,
Weth,
WethPolygon,
}Expand description
A Moonpay currency code for an Ethereum-compatible chain asset.
JSON schema
{
"title": "MoonpayCurrencyCode",
"description": "A Moonpay currency code for an Ethereum-compatible
chain asset.",
"type": "string",
"enum": [
"AVAX_CCHAIN",
"BNB_BNB",
"BNB_BSC",
"CELO",
"CELO_CELO",
"CUSD",
"CUSD_CELO",
"DAI",
"DAI_ETHEREUM",
"ETH",
"ETH_ARBITRUM",
"ETH_BASE",
"ETH_ETHEREUM",
"ETH_OPTIMISM",
"ETH_POLYGON",
"FIL",
"FIL_FVM",
"MATIC",
"MATIC_ETHEREUM",
"MATIC_POLYGON",
"MON_MON",
"POL_ETHEREUM",
"POL_POLYGON",
"USDC",
"USDC_ARBITRUM",
"USDC_BASE",
"USDC_CCHAIN",
"USDC_ETHEREUM",
"USDC_OPTIMISM",
"USDC_POLYGON",
"USDC_SOL",
"USDT",
"USDT_ETHEREUM",
"USDT_POLYGON",
"WBTC",
"WBTC_ETHEREUM",
"WETH",
"WETH_POLYGON"
],
"x-stainless-model": "funding.moonpay_currency_code"
}Variants§
AvaxCchain
BnbBnb
BnbBsc
Celo
CeloCelo
Cusd
CusdCelo
Dai
DaiEthereum
Eth
EthArbitrum
EthBase
EthEthereum
EthOptimism
EthPolygon
Fil
FilFvm
Matic
MaticEthereum
MaticPolygon
MonMon
PolEthereum
PolPolygon
Usdc
UsdcArbitrum
UsdcBase
UsdcCchain
UsdcEthereum
UsdcOptimism
UsdcPolygon
UsdcSol
Usdt
UsdtEthereum
UsdtPolygon
Wbtc
WbtcEthereum
Weth
WethPolygon
Trait Implementations§
Source§impl Clone for MoonpayCurrencyCode
impl Clone for MoonpayCurrencyCode
Source§fn clone(&self) -> MoonpayCurrencyCode
fn clone(&self) -> MoonpayCurrencyCode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MoonpayCurrencyCode
Source§impl Debug for MoonpayCurrencyCode
impl Debug for MoonpayCurrencyCode
Source§impl<'de> Deserialize<'de> for MoonpayCurrencyCode
impl<'de> Deserialize<'de> for MoonpayCurrencyCode
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
Source§impl Display for MoonpayCurrencyCode
impl Display for MoonpayCurrencyCode
impl Eq for MoonpayCurrencyCode
Source§impl From<&MoonpayCurrencyCode> for MoonpayCurrencyCode
impl From<&MoonpayCurrencyCode> for MoonpayCurrencyCode
Source§fn from(value: &MoonpayCurrencyCode) -> Self
fn from(value: &MoonpayCurrencyCode) -> Self
Converts to this type from the input type.
Source§impl FromStr for MoonpayCurrencyCode
impl FromStr for MoonpayCurrencyCode
Source§impl Hash for MoonpayCurrencyCode
impl Hash for MoonpayCurrencyCode
Source§impl Ord for MoonpayCurrencyCode
impl Ord for MoonpayCurrencyCode
Source§fn cmp(&self, other: &MoonpayCurrencyCode) -> Ordering
fn cmp(&self, other: &MoonpayCurrencyCode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MoonpayCurrencyCode
impl PartialEq for MoonpayCurrencyCode
Source§fn eq(&self, other: &MoonpayCurrencyCode) -> bool
fn eq(&self, other: &MoonpayCurrencyCode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MoonpayCurrencyCode
impl PartialOrd for MoonpayCurrencyCode
Source§impl Serialize for MoonpayCurrencyCode
impl Serialize for MoonpayCurrencyCode
impl StructuralPartialEq for MoonpayCurrencyCode
Source§impl TryFrom<&String> for MoonpayCurrencyCode
impl TryFrom<&String> for MoonpayCurrencyCode
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for MoonpayCurrencyCode
impl TryFrom<&str> for MoonpayCurrencyCode
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for MoonpayCurrencyCode
impl TryFrom<String> for MoonpayCurrencyCode
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for MoonpayCurrencyCode
impl RefUnwindSafe for MoonpayCurrencyCode
impl Send for MoonpayCurrencyCode
impl Sync for MoonpayCurrencyCode
impl Unpin for MoonpayCurrencyCode
impl UnsafeUnpin for MoonpayCurrencyCode
impl UnwindSafe for MoonpayCurrencyCode
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more