SigningAccount
@algorandfoundation/algokit-utils / types/account / SigningAccount
types/account.SigningAccount
Account wrapper that supports a rekeyed account
Implements
Section titled “Implements”default
Table of contents
Section titled “Table of contents”Constructors
Section titled “Constructors”Properties
Section titled “Properties”Accessors
Section titled “Accessors”Constructors
Section titled “Constructors”constructor
Section titled “constructor”• new SigningAccount(account, sender): SigningAccount
Parameters
Section titled “Parameters”| Name | Type |
|---|---|
account | default |
sender | undefined | string | Address |
Returns
Section titled “Returns”Defined in
Section titled “Defined in”Properties
Section titled “Properties”_account
Section titled “_account”• Private _account: default
Defined in
Section titled “Defined in”_sender
Section titled “_sender”• Private _sender: Address
Defined in
Section titled “Defined in”_signer
Section titled “_signer”• Private _signer: TransactionSigner
Defined in
Section titled “Defined in”Accessors
Section titled “Accessors”• get addr(): Readonly<Address>
Algorand address of the sender
Returns
Section titled “Returns”Readonly<Address>
Implementation of
Section titled “Implementation of”Account.addr
Defined in
Section titled “Defined in”sender
Section titled “sender”• get sender(): default
Algorand account of the sender address and signer private key
Returns
Section titled “Returns”default
Defined in
Section titled “Defined in”signer
Section titled “signer”• get signer(): TransactionSigner
Transaction signer for the underlying signing account
Returns
Section titled “Returns”TransactionSigner
Defined in
Section titled “Defined in”• get sk(): Readonly<Uint8Array>
Secret key belonging to the signer
Returns
Section titled “Returns”Readonly<Uint8Array>
Implementation of
Section titled “Implementation of”Account.sk