BorshUint64Codec class
Uint64 Codec
A codec for signed 64-bit big-integers.
- Inheritance
- 
    - Object
- Codec<BigInt, Iterable< int> >
- BorshCodec<BigInt> 
- BorshBigUintCodec
- BorshUint64Codec
 
Constructors
- BorshUint64Codec()
- 
          Creates a codec for signed 64-bit big-integers.
            const
Properties
- byteLength → int
- 
  The number of bytes required to store anyinstance ofT(i.e. max size).finalinherited
- 
  decoder
  → BorshDecoder<BigInt> 
- 
  Returns the decoder of this, converting fromTtoS.no setterinherited
- 
  encoder
  → BorshEncoder<BigInt> 
- 
  Returns the encoder from StoT.no setterinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  inverted
  → Codec<Iterable< int> , BigInt>
- 
  Inverts this.no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  cOption() → BorshOptionSizedCodec< BigInt> 
- 
  Converts this codec to an c-option code of type T.inherited
- 
  decode(Iterable< int> encoded) → BigInt
- 
  Decodes encodeddata.inherited
- 
  encode(BigInt input) → Iterable< int> 
- 
  Encodes input.inherited
- 
  fuse<R> (Codec< Iterable< other) → Codec<int> , R>BigInt, R> 
- 
  Fuses thiswithother.inherited
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  option() → BorshOptionSizedCodec< BigInt> 
- 
  Converts this codec to an option code of type T.inherited
- 
  pack(BufferWriter buffer, BigInt input) → void 
- 
  Writes inputtobuffer.inherited
- 
  size(BigInt input) → int 
- 
  Returns the serialized byte length of input.inherited
- 
  string() → BorshCodecFixedSized< String> 
- 
  Creates a new codec that parses a BigInt string.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  unpack(BufferReader buffer) → BigInt 
- 
  Reads Tfrombuffer.inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited