ERROR_ZERO_ADDRESS
Error message for invalid recipient addresses.This error is thrown when a withdrawal transaction specifies a zero address as the recipient. # When Thrown - Recipient address is zero (0x0) - Attempting to withdraw to an invalid address # Resolution - Use a valid, non-zero recipient address - Ensure the recipient address is properly formatted
Fully qualified path: obscura::errors::ERROR_ZERO_ADDRESS
pub const ERROR_ZERO_ADDRESS: felt252 = 'Invalid cannot be address';