algokit_utils.protocols.account =============================== .. py:module:: algokit_utils.protocols.account Classes ------- .. autoapisummary:: algokit_utils.protocols.account.TransactionSignerAccountProtocol Module Contents --------------- .. py:class:: TransactionSignerAccountProtocol Bases: :py:obj:`Protocol` An account that has a transaction signer. Implemented by SigningAccount, LogicSigAccount, MultiSigAccount and TransactionSignerAccount abstractions. .. py:property:: address :type: str The address of the account. .. py:property:: signer :type: algosdk.atomic_transaction_composer.TransactionSigner The transaction signer for the account.