AptosGraphQLDelegatedStakingActivity class

Constructors

AptosGraphQLDelegatedStakingActivity.new({required dynamic amount, required String delegatorAddress, required dynamic eventIndex, required String eventType, required String poolAddress, required dynamic transactionVersion})
AptosGraphQLDelegatedStakingActivity.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
final
delegatorAddress String
final
eventIndex → dynamic
final
eventType String
final
hashCode int
The hash code for this object.
no setterinherited
poolAddress String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionVersion → dynamic
final

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