Constant fractal_utils::wallet_address::WALLET_ADDRESS_LEN [] [src]

pub const WALLET_ADDRESS_LEN: usize = 7

The wallet address size.

This is the length, in bytes of the wallet addresses. It can be used to create arrays to store complete addresses. Note: an address stored as a [u8, WALLET_ADDRESS_LEN] won't have any sort of checksum verification, and as such, it should be used with extreme care, never using is as an input or output mechanism, and only as an internal representation of the wallet address.