Skip to content

Commit

Permalink
alias state_getStorageAt (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
xlc authored Apr 4, 2024
1 parent a6e751a commit 17e0746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/rpc/substrate/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,3 +217,5 @@ export const childstate_getKeysPaged: Handler<
?.getKeysPaged({ prefix: prefixedChildKey(child, prefix), pageSize, startKey: prefixedChildKey(child, startKey) })
.then((keys: any[]) => keys.map(stripChildPrefix))
}

export const state_getStorageAt = state_getStorage

0 comments on commit 17e0746

Please sign in to comment.