BorshIntCodec constructor
const
BorshIntCodec(
- int byteLength
Creates a codec for signed integers.
Implementation
const BorshIntCodec(this.byteLength);
Creates a codec for signed integers.
const BorshIntCodec(this.byteLength);