0.5.1-pre.002
This commit is contained in:
9
ks-wallet/src/constants.rs
Normal file
9
ks-wallet/src/constants.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
// file: ks-wallet/src/constants.rs
|
||||
// version: 2
|
||||
|
||||
//! Local constants for the `ks-wallet` crate.
|
||||
|
||||
/// Canonical tracing target for this crate.
|
||||
pub(crate) const TRACING_TARGET: &str = "ks-wallet";
|
||||
/// Number of bytes stored by the standard Solana keypair JSON format.
|
||||
pub(crate) const SOLANA_KEYPAIR_LENGTH: usize = 64;
|
||||
Reference in New Issue
Block a user