Skip to content

Commit

Permalink
fix wasm rpc method types for methods without mandatory arguments (ka…
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect authored Sep 29, 2024
1 parent 035a394 commit 180114e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rpc/wrpc/wasm/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -976,6 +976,11 @@ build_wrpc_wasm_bindgen_interface!(
/// Obtains basic information about the synchronization status of the Kaspa node.
/// Returned information: Syncing status.
GetSyncStatus,
/// Feerate estimates
GetFeeEstimate,
/// Retrieves the current network configuration.
/// Returned information: Current network configuration.
GetCurrentNetwork,
],
[
// functions with `request` argument
Expand Down Expand Up @@ -1010,13 +1015,8 @@ build_wrpc_wasm_bindgen_interface!(
/// score timestamp estimate.
/// Returned information: DAA score timestamp estimate.
GetDaaScoreTimestampEstimate,
/// Feerate estimates
GetFeeEstimate,
/// Feerate estimates (experimental)
GetFeeEstimateExperimental,
/// Retrieves the current network configuration.
/// Returned information: Current network configuration.
GetCurrentNetwork,
/// Retrieves block headers from the Kaspa BlockDAG.
/// Returned information: List of block headers.
GetHeaders,
Expand Down

0 comments on commit 180114e

Please sign in to comment.