TWEthereumAbi class abstract

Wrapper class for Ethereum ABI encoding & decoding.

Implementers

Constructors

TWEthereumAbi.new()

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

TWEthereumAbiDecodeCall(Pointer<Void> data, Pointer<Utf8> abi) Pointer<Utf8>
Decode function call data to human readable json format, according to input abi json
TWEthereumAbiDecodeOutput(Pointer<Void> fn, Pointer<Void> encoded) bool
Decode function output from Eth ABI binary, fill output parameters
TWEthereumAbiEncode(Pointer<Void> fn) Pointer<Void>
Encode function to Eth ABI binary
TWEthereumAbiEncodeTyped(Pointer<Utf8> messageJson) Pointer<Void>
Compute the hash of a struct, used for signing, according to EIP712 ("v4"). Input is a Json object (as string), with following fields: