ArrayCoder class
ABICoder implementation for encoding and decoding arrays of arbitrary types.
Constructors
- ArrayCoder()
- 
          
            const
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  abiEncode(AbiParameter params, List input) → EncoderResult 
- 
  Encodes a array of arbitrary types to ABI-encoded bytes.
  override
- 
  decode(AbiParameter params, List< int> bytes) → DecoderResult<List> 
- 
  Decodes an ABI-encoded array of arbitrary types.
  override
- 
  legacyEip712Encode(AbiParameter params, List input, bool keepSize) → EncoderResult 
- 
  Legacy EIP-712 encoding for arrays of arbitrary types.
Optionally keeps the size unchanged based on the keepSizeparameter.override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited