getAccountsByCodeHash abstract method
Get list of accounts by code hash. Returns AccountsList or throw error
Implementation
Future<AccountsList> getAccountsByCodeHash({
required String codeHash,
required int limit,
String? continuation,
});
Get list of accounts by code hash. Returns AccountsList or throw error
Future<AccountsList> getAccountsByCodeHash({
required String codeHash,
required int limit,
String? continuation,
});