You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A TypeScript error has been encountered during the development of a project utilizing the Wormhole SDK. The specific error message is:
Property 'getSigner' does not exist on type '() => Promise<PlatformDefinition<"Cosmwasm">>'
Context: This error occurred while attempting to use the getSigner method on the cosmwasm object within the getSigner function. The function aims to retrieve a signer for various blockchain platforms (Solana, Cosmwasm, Evm, Algorand, Sui) based on the chain context provided.facing this error for every tokens i tried.
The text was updated successfully, but these errors were encountered:
A TypeScript error has been encountered during the development of a project utilizing the Wormhole SDK. The specific error message is:
Property 'getSigner' does not exist on type '() => Promise<PlatformDefinition<"Cosmwasm">>'
Context: This error occurred while attempting to use the getSigner method on the cosmwasm object within the getSigner function. The function aims to retrieve a signer for various blockchain platforms (Solana, Cosmwasm, Evm, Algorand, Sui) based on the chain context provided.facing this error for every tokens i tried.
The text was updated successfully, but these errors were encountered: