PaymentParams
class algokit_utils.transactions.transaction_composer.PaymentParams
Section titled “class algokit_utils.transactions.transaction_composer.PaymentParams”Bases: _CommonTxnParams
Parameters for a payment transaction.
receiver : str
Section titled “receiver : str”The account that will receive the ALGO
amount : algokit_utils.models.amount.AlgoAmount
Section titled “amount : algokit_utils.models.amount.AlgoAmount”Amount to send
close*remainder_to *: str | None_ = None
Section titled “close*remainder_to *: str | None_ = None”If given, close the sender account and send the remaining balance to this address, defaults to None