AptosGraphQLRequestGetEvents constructor

AptosGraphQLRequestGetEvents({
  1. required AptosGraphQLPaginatedWithOrderVariablesParams variables,
  2. Map<String, String>? headers,
})

Implementation

AptosGraphQLRequestGetEvents({required this.variables, this.headers});