AptosGraphQLDelegatedStakingActivity constructor

AptosGraphQLDelegatedStakingActivity({
  1. required dynamic amount,
  2. required String delegatorAddress,
  3. required dynamic eventIndex,
  4. required String eventType,
  5. required String poolAddress,
  6. required dynamic transactionVersion,
})

Implementation

AptosGraphQLDelegatedStakingActivity({
  required this.amount,
  required this.delegatorAddress,
  required this.eventIndex,
  required this.eventType,
  required this.poolAddress,
  required this.transactionVersion,
});