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