FunctionHeader class

The ABI function header.

Includes several hidden function parameters that contract uses for security, message delivery monitoring and replay protection reasons.

The actual set of header fields depends on the contract's ABI. If a contract's ABI does not include some headers, then they are not filled.

Inheritance

Constructors

FunctionHeader({int expire, BigInt time, String pubkey})
FunctionHeader.fromMap(Map<String, dynamic> map)

Properties

expire int
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
pubkey String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
time BigInt
read-only

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toMap() Map<String, dynamic>
override
toString() String
Returns a string representation of this object.
inherited

Operators

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