示例#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);