Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

address from public key #152

Open
dev-dantealighieri opened this issue Dec 16, 2024 · 0 comments
Open

address from public key #152

dev-dantealighieri opened this issue Dec 16, 2024 · 0 comments

Comments

@dev-dantealighieri
Copy link

hi,

I'm using get key accounts endpoint of hyperion for getting address from public key, but its not working if the hyperion started syncing with a node that is created with a snapshot that is created after accounts creation, how can i solve this issue? I don't want to create a archieve node, I want it to have all the account information, how is this possible? Can I achieve this by configuring my node or hyperion?

this is how i get the account name normally

      const result = await this.indexerRequest(
        EOS_INDEXER_API.V2.GET_KEY_ACCOUNTS,
        {
          method: GET_METHOD,
          params: {
            public_key: base58PublicKey,
          },
        },
      );

thanks in advance, Dante

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant