Skip to content

TransactionSignerAccount

@algorandfoundation/algokit-utils / types/account / TransactionSignerAccount

types/account.TransactionSignerAccount

A wrapper around TransactionSigner that also has the sender address.

Table of contents

Properties

Properties

addr

addr: Readonly<Address>

Defined in

src/types/account.ts:124


signer

signer: TransactionSigner

Defined in

src/types/account.ts:125