BorshIntEncoder constructor

const BorshIntEncoder(
  1. int byteLength
)

Creates an encoder for signed integers.

Implementation

const BorshIntEncoder(this.byteLength);