accountsByPublicKey
This is a work in progress, please reach out to us on Telegram for support.
For the most reliable data, reference our existing graphql docs.
Returns accounts for which publicKey
is a full access key.
accountsByPublicKey(publicKey: string, network?:"testnet" | "mainnet"): Promise<ParsedDataReturn<string[]>>
Example:
accountsByPublicKey.ts
Last updated