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
Create Typescript Transaction Builder.
This should look sth like this:
new TransactionBuilder()
.callMethod(account.withdraw, [XTR2, new BigNumber(10)])
.putLastInstructionOutputOnWorkspace("fee")
.callMethod(component.withdraw, [new Workspace(“fee”), new BigNumber(1)])
….
.build();
In above, the methods like account.withdraw should be typed like something like TariComponentMethodDescriptor and
Create Typescript Transaction Builder.
This should look sth like this:
In above, the methods like
account.withdraw
should be typed like something likeTariComponentMethodDescriptor
andThe text was updated successfully, but these errors were encountered: