BorshUint32Codec constructor
const
BorshUint32Codec()
Creates a codec for unsigned 32-bit integers.
Implementation
const BorshUint32Codec(): super(ByteLength.u32);
Creates a codec for unsigned 32-bit integers.
const BorshUint32Codec(): super(ByteLength.u32);