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