Extends ChildStateBackend and ChildStateAPI with ReadProofs (#8812)
* Extends ChildStateBackend and ChildStateAPI with ReadProofs The following changes integrate the existing `read_child_proof` from the `ProofProvider` into the ChildStateBackend, so that a read proof can be generated from a full client via an rpc call. * Cleanup formatting
Showing
- substrate/client/rpc-api/src/child_state/mod.rs 10 additions, 0 deletionssubstrate/client/rpc-api/src/child_state/mod.rs
- substrate/client/rpc/src/state/mod.rs 18 additions, 0 deletionssubstrate/client/rpc/src/state/mod.rs
- substrate/client/rpc/src/state/state_full.rs 27 additions, 0 deletionssubstrate/client/rpc/src/state/state_full.rs
- substrate/client/rpc/src/state/state_light.rs 9 additions, 0 deletionssubstrate/client/rpc/src/state/state_light.rs
Please register or sign in to comment