File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -976,6 +976,11 @@ build_wrpc_wasm_bindgen_interface!(
976
976
/// Obtains basic information about the synchronization status of the Kaspa node.
977
977
/// Returned information: Syncing status.
978
978
GetSyncStatus ,
979
+ /// Feerate estimates
980
+ GetFeeEstimate ,
981
+ /// Retrieves the current network configuration.
982
+ /// Returned information: Current network configuration.
983
+ GetCurrentNetwork ,
979
984
] ,
980
985
[
981
986
// functions with `request` argument
@@ -1010,13 +1015,8 @@ build_wrpc_wasm_bindgen_interface!(
1010
1015
/// score timestamp estimate.
1011
1016
/// Returned information: DAA score timestamp estimate.
1012
1017
GetDaaScoreTimestampEstimate ,
1013
- /// Feerate estimates
1014
- GetFeeEstimate ,
1015
1018
/// Feerate estimates (experimental)
1016
1019
GetFeeEstimateExperimental ,
1017
- /// Retrieves the current network configuration.
1018
- /// Returned information: Current network configuration.
1019
- GetCurrentNetwork ,
1020
1020
/// Retrieves block headers from the Kaspa BlockDAG.
1021
1021
/// Returned information: List of block headers.
1022
1022
GetHeaders ,
You can’t perform that action at this time.
0 commit comments