Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

chore: rework storage page api #941

Merged
merged 5 commits into from
May 2, 2023
Merged

chore: rework storage page api #941

merged 5 commits into from
May 2, 2023

Conversation

harrysolovay
Copy link
Contributor

@harrysolovay harrysolovay commented Apr 28, 2023

Now accepts page info as props instead of as args. Aka.

import { polkadot } from "@capi/polkadot"

const accounts = await polkadot.System.Account
- .entryPage(10, null)
+ .entries({ count: 10 })
  .run()

deno.jsonc Outdated Show resolved Hide resolved
@harrysolovay harrysolovay added this pull request to the merge queue May 2, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 2, 2023
@harrysolovay harrysolovay added this pull request to the merge queue May 2, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 2, 2023
@harrysolovay harrysolovay added this pull request to the merge queue May 2, 2023
Merged via the queue into main with commit 62b1ea5 May 2, 2023
@harrysolovay harrysolovay deleted the rework-storage-api branch May 2, 2023 14:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants