Ejemplo n.º 1
0
 public static UnsignedTx CreateDebugNameTransfer(this FlatClient client, NameTransferTx tx) => client.CreateDebugNameTransferAsync(tx).RunAndUnwrap();
Ejemplo n.º 2
0
 public Task <UnsignedTx> CreateDebugNameTransferAsync(NameTransferTx tx, CancellationToken token     = default(CancellationToken)) => _apiClient.PostNameTransferAsync(tx, token);