BorshBufferDecoder constructor

const BorshBufferDecoder(
  1. int byteLength
)

Creates a decoder for byte data.

Implementation

const BorshBufferDecoder(this.byteLength);