BorshUint64Codec constructor

const BorshUint64Codec()

Creates a codec for signed 64-bit big-integers.

Implementation

const BorshUint64Codec(): super(ByteLength.u64);