BorshInt32Codec constructor
const
BorshInt32Codec()
Creates a codec for signed 32-bit integers.
Implementation
const BorshInt32Codec(): super(ByteLength.i32);
Creates a codec for signed 32-bit integers.
const BorshInt32Codec(): super(ByteLength.i32);