Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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';