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