Skip to main content

Module wallet

Module wallet 

Source
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§

WalletConfig
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.