Expand description
EVM wallet management for receiving payments.
Handles parsing and validation of EVM wallet addresses (rewards addresses) that nodes use to receive payments for storing data.
Structs§
- Wallet
Config - EVM wallet configuration for a node.
Functions§
- is_
valid_ address - Validate that an EVM address is properly formatted.
- parse_
rewards_ address - Parse an EVM address string into a
RewardsAddress.