aleeusgr / potential-robot

minimal dApp testing suite
MIT License
3 stars 1 forks source link

relax type constraints and refactor tx builder #135

Open aleeusgr opened 5 months ago

aleeusgr commented 5 months ago

Currently tx's only work with Emulator, usage of API is prevented by type constraints here: https://github.com/aleeusgr/potential-robot/blob/7bd7935d892f94096dbb609f471667beb3bd847e/src/vesting-cancel.ts#L20-L24

Change the here and in submit tx to be WalletEulator | Wallet and NetworkEmulator | Network (something like it, see Helios docs);

test it: