mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-21 21:45:46 +00:00
5 lines
173 B
Rust
5 lines
173 B
Rust
|
/// The mainnet coin type for ZEC, as defined by [SLIP 44].
|
||
|
///
|
||
|
/// [SLIP 44]: https://github.com/satoshilabs/slips/blob/master/slip-0044.md
|
||
|
pub const COIN_TYPE: u32 = 133;
|