public virtual Task <string[]> GetAddressesForKeyAsync(Slice key)
 {
     return(m_transaction.GetAddressesForKeyAsync(key));
 }
Ejemplo n.º 2
0
 /// <inheritdoc />
 public virtual Task <string[]> GetAddressesForKeyAsync(ReadOnlySpan <byte> key)
 {
     return(m_transaction.GetAddressesForKeyAsync(key));
 }