Beispiel #1
0
 public static UnsignedTx CreateDebugOracleQuery(this FlatClient client, OracleQueryTx tx) => client.CreateDebugOracleQueryAsync(tx).RunAndUnwrap();
Beispiel #2
0
 public static UnsignedTx OracleAsk(this FlatClient client, OracleQueryTx tx) => client.OracleAskAsync(tx).RunAndUnwrap();
Beispiel #3
0
 public Task <UnsignedTx> OracleAskAsync(OracleQueryTx tx, CancellationToken token = default(CancellationToken)) => _apiClient.PostOracleQueryAsync(tx, token);