We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const { url, transaction } = await args.link.createRegenerateTransaction(currentAccount.address, { network: env.get(EnvVar.SUI_NETWORK_TYPE) as "mainnet" | "testnet", client, });
const res = await listCreatedLinks({ address: currentAccount?.address ?? "", network: env.get(EnvVar.SUI_NETWORK_TYPE) as "mainnet" | "testnet", cursor: cursor ?? undefined, client: suiClient, });
The regenerated link should be part of the returned results or at least a reference to it.
Only the old link is returned.
The text was updated successfully, but these errors were encountered:
hayes-mysten
No branches or pull requests
Steps to Reproduce Issue
Expected Result
The regenerated link should be part of the returned results or at least a reference to it.
Actual Result
Only the old link is returned.
The text was updated successfully, but these errors were encountered: