chainId property

  1. @TagNumber.new(6)
int get chainId

Chain id 1 (mainnet) 32(devnet) (uint32 - casted in uint8_t later)

Implementation

@$pb.TagNumber(6)
$core.int get chainId => $_getIZ(5);
  1. @TagNumber.new(6)
set chainId (int value)

Implementation

@$pb.TagNumber(6)
set chainId($core.int value) => $_setUnsignedInt32(5, value);