BorshUint128Codec constructor
const
BorshUint128Codec()
Creates a codec for signed 128-bit big-integers.
Implementation
const BorshUint128Codec(): super(ByteLength.u128);
Creates a codec for signed 128-bit big-integers.
const BorshUint128Codec(): super(ByteLength.u128);