crateApiMergedGqlTransportImplGetAccountsByCodeHash abstract method

Future<String> crateApiMergedGqlTransportImplGetAccountsByCodeHash({
  1. required GqlTransportImpl that,
  2. required String codeHash,
  3. required int limit,
  4. String? continuation,
})

Implementation

Future<String> crateApiMergedGqlTransportImplGetAccountsByCodeHash({
  required GqlTransportImpl that,
  required String codeHash,
  required int limit,
  String? continuation,
});