BorshBuffer constructor

const BorshBuffer(
  1. int byteLength
)

Creates an annotation for a fixed-length byte array.

Implementation

const BorshBuffer(this.byteLength);