Skip to content

创建文章

We are looking for publications that demonstrate building dApps or smart contracts!
See the full list of Gitcoin bounties that are eligible for rewards.

types account.SigningAccount

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

Class: SigningAccount

types/account.SigningAccount

Account wrapper that supports a rekeyed account

Implements

  • default

Table of contents

Constructors

Properties

Accessors

Constructors

constructor

new SigningAccount(account, sender): SigningAccount

Parameters
Name Type
account default
sender undefined | string
Returns

SigningAccount

Defined in

src/types/account.ts:104

Properties

_account

Private _account: default

Defined in

src/types/account.ts:69


_sender

Private _sender: string

Defined in

src/types/account.ts:71


_signer

Private _signer: TransactionSigner

Defined in

src/types/account.ts:70

Accessors

addr

get addr(): string

Algorand address of the sender

Returns

string

Implementation of

Account.addr

Defined in

src/types/account.ts:76


sender

get sender(): default

Algorand account of the sender address and signer private key

Returns

default

Defined in

src/types/account.ts:97


signer

get signer(): TransactionSigner

Transaction signer for the underlying signing account

Returns

TransactionSigner

Defined in

src/types/account.ts:90


sk

get sk(): Readonly\<Uint8Array>

Secret key belonging to the signer

Returns

Readonly\<Uint8Array>

Implementation of

Account.sk

Defined in

src/types/account.ts:83