eip712 class

Constructors

eip712()

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

abiRawEncode(dynamic encTypes, dynamic encValues) Uint8List
encodeData(TypedData typedData, String primaryType, dynamic data) Uint8List
encodeDigest(TypedData typedData) Uint8List
encodeType(Map<String, List<TypedDataArgument>> typedDataTypes, String primaryType) String
hashStruct(TypedData typedData, String primaryType, dynamic data) Uint8List
typeHash(Map<String, List<TypedDataArgument>> typedDataTypes, String primaryType) Uint8List
zeroPad(Uint8List data, int size) Uint8List