Inner Transactions in Algorand Python
Let's explore how we can use inner transactions in Algorand Python smart contracts.
To follow along with the tutorial, start by importing the itxn submodule from algopy:
from algopy import itxn
You should then be able to see the different types of i...
alexandercodes.hashnode.dev5 min read