InternalTransactionBean class

Annotations
  • @JsonSerializable()

Constructors

InternalTransactionBean(String transactionType, BigInt notBefore, [String? from, String? to, String? message, BigInt? redValue, BigInt? greenValue, String? transactionHash, int? epoch, int? slot])
InternalTransactionBean.fromJson(Map<String, dynamic> json)
factory

Properties

epoch int?
getter/setter pair
from String?
getter/setter pair
greenValue BigInt?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
message String?
getter/setter pair
notBefore BigInt
getter/setter pair
redValue BigInt?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slot int?
getter/setter pair
to String?
getter/setter pair
transactionHash String?
getter/setter pair
transactionType String
getter/setter pair

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.
inherited

Operators

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