BorshStringSized constructor
const
BorshStringSized(
- int byteLength, [
- BufferEncoding? encoding
Creates an annotation for a fixed-length string.
Implementation
const BorshStringSized(
this.byteLength, [
this.encoding,
]);