Skip to content

Commit

Permalink
Updating neptune cash link
Browse files Browse the repository at this point in the history
  • Loading branch information
elielnfinic committed Feb 11, 2025
1 parent d8640be commit 21c5f93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/neptune-core/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ The RPC server allows other programs to interact with a `neptune-core` node incl

## RPC Methods

The RPC server provides several methods that allow clients to interact with the node. The list of methods and examples are provided on the [`neptune-cash` crate documentation](https://docs.rs/crate/neptune-cash/latest/rpc_server/trait.RPC.html).

The RPC server provides several methods that allow clients to interact with the node. The list of methods and examples are provided on the [`neptune-cash` crate documentation](https://docs.rs/neptune-cash/latest/neptune_cash/rpc_server/trait.RPC.html).

## RPC consistency guarantees
State that can be queried via RPCs is guaranteed to be at least up-to-date with the chain state immediately prior to the call's execution. However, the state returned by RPCs that reflect the mempool may not be up-to-date with the current mempool state.
Expand Down

0 comments on commit 21c5f93

Please sign in to comment.