BorshInt64Codec constructor
const
BorshInt64Codec()
Creates a codec for signed 64-bit integers.
Implementation
const BorshInt64Codec(): super(ByteLength.i64);
Creates a codec for signed 64-bit integers.
const BorshInt64Codec(): super(ByteLength.i64);