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
Change the here and in submit tx to be WalletEulator | Wallet and NetworkEmulator | Network (something like it, see Helios docs);
test it:
can lock with emulator
can lock with testnet
can cancel with emulator
can cancel with testnet.
The text was updated successfully, but these errors were encountered:
aleeusgr
changed the title
relax type constraints and refactor txs so that they can be be used with API as well as with Emulator
relax type constraints and refactor tx builder
Apr 5, 2024
Currently tx's only work with Emulator, usage of API is prevented by type constraints here:
potential-robot/src/vesting-cancel.ts
Lines 20 to 24 in 7bd7935
Change the here and in submit tx to be WalletEulator | Wallet and NetworkEmulator | Network (something like it, see Helios docs);
test it:
The text was updated successfully, but these errors were encountered: