/// <inheritdoc cref="IStore"/> public IEnumerable <KeyValuePair <Address, long> > ListTxNonces(Guid chainId) { return(_store.ListTxNonces(chainId)); }