AptosGraphQLEvent constructor

AptosGraphQLEvent({
  1. required String accountAddress,
  2. required dynamic creationNumber,
  3. required dynamic data,
  4. required dynamic eventIndex,
  5. required dynamic sequenceNumber,
  6. required dynamic transactionBlockHeight,
  7. required dynamic transactionVersion,
  8. required String type,
  9. required String indexedType,
})

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,
});