Enum lightning_invoice::Currency [−][src]
pub enum Currency {
Bitcoin,
BitcoinTestnet,
Regtest,
Simnet,
Signet,
}
Expand description
Enum representing the crypto currencies (or networks) supported by this library
Variants
Bitcoin
Bitcoin mainnet
BitcoinTestnet
Bitcoin testnet
Regtest
Bitcoin regtest
Simnet
Bitcoin simnet
Signet
Bitcoin signet
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Currency
impl UnwindSafe for Currency
Blanket Implementations
Mutably borrows from an owned value. Read more