예제 #1
0
 public static UnsignedTx CreateDebugNameClaim(this FlatClient client, NameClaimTx tx) => client.CreateDebugNameClaimAsync(tx).RunAndUnwrap();
예제 #2
0
 public Task <UnsignedTx> CreateDebugNameClaimAsync(NameClaimTx tx, CancellationToken token           = default(CancellationToken)) => _apiClient.PostNameClaimAsync(tx, token);