Skip to content

SigningAccount

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

types/account.SigningAccount

Account wrapper that supports a rekeyed account

  • default

new SigningAccount(account, sender): SigningAccount

NameType
accountdefault
senderundefined | string | Address

SigningAccount

src/types/account.ts:115

Private _account: default

src/types/account.ts:80


Private _sender: Address

src/types/account.ts:82


Private _signer: TransactionSigner

src/types/account.ts:81

get addr(): Readonly<Address>

Algorand address of the sender

Readonly<Address>

Account.addr

src/types/account.ts:87


get sender(): default

Algorand account of the sender address and signer private key

default

src/types/account.ts:108


get signer(): TransactionSigner

Transaction signer for the underlying signing account

TransactionSigner

src/types/account.ts:101


get sk(): Readonly<Uint8Array>

Secret key belonging to the signer

Readonly<Uint8Array>

Account.sk

src/types/account.ts:94