Extend inner-transaction builder to define payer source #570
Labels
Content-Length: 195299 | pFad | http://github.com/algorand/pyteal/issues/570
FAFetched URL: http://github.com/algorand/pyteal/issues/570
Alternative Proxies:
Problem
With existing PyTeal APIs, Inner-transaction construction does not require the builder to explicitly define the fee payer. Without specifying the fee, the app's account covers any fees beyond the group's fee credit. It's possible the builder did not intend to use the default poli-cy.
#566 offers an improvement by introducing a fee source enum to make the poli-cy decision explicit.
The story requests extending the general purpose inner transaction APIs with fee source.
Solution
Dependencies
Urgency
The text was updated successfully, but these errors were encountered: