algopy_testing.itxn
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”PaymentInnerTransaction | Base transaction type used across both inner and global transactions |
|---|---|
KeyRegistrationInnerTransaction | Base transaction type used across both inner and global transactions |
AssetConfigInnerTransaction | Base transaction type used across both inner and global transactions |
AssetTransferInnerTransaction | Base transaction type used across both inner and global transactions |
AssetFreezeInnerTransaction | Base transaction type used across both inner and global transactions |
ApplicationCallInnerTransaction | Base transaction type used across both inner and global transactions |
InnerTransactionResult | Base transaction type used across both inner and global transactions |
InnerTransaction | |
Payment | |
KeyRegistration | |
AssetConfig | |
AssetTransfer | |
AssetFreeze | |
ApplicationCall |
Functions
Section titled “Functions”submit_txns(→ tuple[_BaseInnerTransactionResult, Ellipsis]) | |
|---|---|
submit_staged(→ None) |
class PaymentInnerTransaction
Section titled “class PaymentInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class KeyRegistrationInnerTransaction
Section titled “class KeyRegistrationInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class AssetConfigInnerTransaction
Section titled “class AssetConfigInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class AssetTransferInnerTransaction
Section titled “class AssetTransferInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class AssetFreezeInnerTransaction
Section titled “class AssetFreezeInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class ApplicationCallInnerTransaction
Section titled “class ApplicationCallInnerTransaction”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
txn_type
Section titled “txn_type”class InnerTransactionResult
Section titled “class InnerTransactionResult”Bases: _BaseInnerTransactionResult
Base transaction type used across both inner and global transactions implementations.
class InnerTransaction
Section titled “class InnerTransaction”Bases: _BaseInnerTransactionFields[InnerTransactionResult]
txn_class
Section titled “txn_class”class Payment
Section titled “class Payment”Bases: _BaseInnerTransactionFields[PaymentInnerTransaction]
txn_class
Section titled “txn_class”class KeyRegistration
Section titled “class KeyRegistration”Bases: _BaseInnerTransactionFields[KeyRegistrationInnerTransaction]
txn_class
Section titled “txn_class”class AssetConfig
Section titled “class AssetConfig”Bases: _BaseInnerTransactionFields[AssetConfigInnerTransaction]
txn_class
Section titled “txn_class”class AssetTransfer
Section titled “class AssetTransfer”Bases: _BaseInnerTransactionFields[AssetTransferInnerTransaction]
txn_class
Section titled “txn_class”class AssetFreeze
Section titled “class AssetFreeze”Bases: _BaseInnerTransactionFields[AssetFreezeInnerTransaction]
txn_class
Section titled “txn_class”class ApplicationCall
Section titled “class ApplicationCall”Bases: _BaseInnerTransactionFields[ApplicationCallInnerTransaction]