algorand / go-algorand-sdk

Algorand Golang SDK

Home Page:https://pkg.go.dev/github.com/algorand/go-algorand-sdk/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AtomicTransactionComposer: It should be possible to pass foreign apps/asset/accounts into a AddMethodCall even if they're not in the method signature

barnjamin opened this issue · comments

If for some reason the method signature of an ABI method does not include a specific app/asset/account that you'd want to have access to in the method, it should be possible to include them in the AddMethodCallParams directly

dupe of #319, closing since that has better details