AptosGraphQLEvent constructor
AptosGraphQLEvent({})
Implementation
AptosGraphQLEvent({
required this.accountAddress,
required this.creationNumber,
required this.data,
required this.eventIndex,
required this.sequenceNumber,
required this.transactionBlockHeight,
required this.transactionVersion,
required this.type,
required this.indexedType,
});