AbiUtil class
Function for encode eth function, support rawEncode, encodeSingle.
Constructors
- AbiUtil()
 
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
- 
  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
 
Static Methods
- 
  elementaryName(
String name) → String  - 
  encodeSingle(
String type, dynamic arg) → Uint8List  - 
  isArray(
String type) → bool  - 
  isDynamic(
String type) → bool  - Is a type dynamic?
 - 
  parseNumber(
dynamic arg) → BigInt  - 
  parseTypeArray(
String type) → dynamic  - Parse N in type
 - 
  parseTypeN(
String type) → int  - Parse N from type
 - 
  parseTypeNxM(
String type) → List< int>  - Parse N,M from type
 - 
  rawEncode(
List< String> types, dynamic values) → Uint8List - 
  solidityHexValue(
String type, dynamic value, dynamic bitsize) → Uint8List  - 
  solidityPack(
List< String> types, dynamic values) → Uint8List - 
  soliditySHA3(
List< String> types, dynamic values) → Uint8List