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
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>;`
The text was updated successfully, but these errors were encountered:
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 ....
The text was updated successfully, but these errors were encountered: