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
- Object
- TonSdkStructure
- FunctionHeader
Constructors
- FunctionHeader({int expire, BigInt time, String pubkey})
-
FunctionHeader.fromMap(Map<
String, dynamic> map)
Properties
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