AptosGraphQLFungibleAssetActivity class

Constructors

AptosGraphQLFungibleAssetActivity.new({dynamic amount, String? assetType, required dynamic blockHeight, String? entryFunctionIdStr, required dynamic eventIndex, String? gasFeePayerAddress, bool? isFrozen, required bool isGasFee, required bool isTransactionSuccess, String? ownerAddress, required String storageId, dynamic storageRefundAmount, required String tokenStandard, required dynamic transactionTimestamp, required dynamic transactionVersion, required String type})
AptosGraphQLFungibleAssetActivity.fromJson(Map<String, dynamic> json)
factory

Properties

amount → dynamic
final
assetType String?
final
blockHeight → dynamic
final
entryFunctionIdStr String?
final
eventIndex → dynamic
final
gasFeePayerAddress String?
final
hashCode int
The hash code for this object.
no setterinherited
isFrozen bool?
final
isGasFee bool
final
isTransactionSuccess bool
final
ownerAddress String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageId String
final
storageRefundAmount → dynamic
final
tokenStandard String
final
transactionTimestamp → dynamic
final
transactionVersion → dynamic
final
type String
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