pub const ZERO_B256 = 0x0000000000000000000000000000000000000000000000000000000000000000
Expand description

A b256 of zero value.

Examples

use std::{call_frames::msg_asset_id, constants::ZERO_B256};

fn foo() {
    assert(ZERO_B256 == msg_asset_id().bits());
}