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

Wallet.d.ts has different version in npm than here in repository #40

Open
eino-makitalo opened this issue Dec 27, 2021 · 1 comment
Open

Comments

@eino-makitalo
Copy link

Version 0.10.1 typescript in npm seems to still have importC without parameters
but the code has already importC(chained) version...

Wallet.d.ts ....

`/**
 * Imports atomic X chain utxos to the current actie X chain address
 * @param chainID The chain ID to import from, either `P` or `C`
 */
importX(chainID: AvmImportChainType): Promise<string>;
importP(toAddress?: string): Promise<string>;
importC(): Promise<string>;`
@eino-makitalo
Copy link
Author

I fix this creating newest version from dev branch yarn link && yarn link @avalabs/avalanche-wallet-sdk

So maybe this is because you have not updated your npm version to support direct transfer between C <--> P

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