BorshIntDecoder constructor

const BorshIntDecoder(
  1. int byteLength
)

Creates a decoder for signed integers.

Implementation

const BorshIntDecoder(this.byteLength);