Default value for AssetId in storage?

I figured it out:

const ZERO_B256 = 0x0000000000000000000000000000000000000000000000000000000000000000;

AssetId is not really a ‘type’ it’s an alias to b256, so this works

1 Like