Beispiel #1
0
 public static UnsignedTx CreateDebugNamePreClaim(this FlatClient client, NamePreclaimTx tx) => client.CreateDebugNamePreClaimAsync(tx).RunAndUnwrap();
Beispiel #2
0
 public Task <UnsignedTx> CreateDebugNamePreClaimAsync(NamePreclaimTx tx, CancellationToken token     = default(CancellationToken)) => _apiClient.PostNamePreclaimAsync(tx, token);