PactResultMetadata class

GENERIC PACT ENDPOINT OBJECTS

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

PactResultMetadata({required CommandMetadata publicMeta, required int blockTime, required String prevBlockHash, required int blockHeight})
PactResultMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

blockHeight int
The block height
final
blockTime int
The block time in milliseconds
final
hashCode int
The hash code for this object.
no setterinherited
prevBlockHash String
The previous block hash
final
publicMeta CommandMetadata
The metadata that was sent with the transaction
final
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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