OffchainEntry class

Inheritance

Constructors

OffchainEntry({required String name, required List<AbiEntryParam> inputs, required List<AbiEntryParam> outputs, required bool payable})

Properties

anonymous bool
finalinherited
asTopic Hash
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
inputs List<AbiEntryParam>
finalinherited
name String
finalinherited
outputs List<AbiEntryParam>
finalinherited
payable bool
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureHash Hash
no setterinherited
type AbiEntryType
finalinherited

Methods

decode(Uint8List encoded) List<Object>
override
decodeOutput(Uint8List encoded) List<Object>
encode(List<Object> args) Uint8List
encodeArguments(List<Object> args) Uint8List
inherited
encodeSignature() Uint8List
override
fingerprintSignature() Uint8List
inherited
formatSignature([String? contractName]) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

encodedSignatureLength int
final

Static Methods

extractSignature(Uint8List data) Uint8List