Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
IAccountSignerMeta
Interface IAccountSignerMeta<TAddress, TSigner>
An extension of the IAccountMeta type that keeps track of its transaction signer.
interface
IAccountSignerMeta
<
TAddress
extends
string
=
string
,
TSigner
extends
TransactionSigner
<
TAddress
>
=
TransactionSigner
<
TAddress
>
,
>
{
address
:
Address
<
TAddress
>
;
role
:
WRITABLE_SIGNER
|
READONLY_SIGNER
;
signer
:
TSigner
;
}
Type Parameters
TAddress
extends
string
=
string
TSigner
extends
TransactionSigner
<
TAddress
>
=
TransactionSigner
<
TAddress
>
Hierarchy (
View Summary
)
IAccountMeta
<
TAddress
>
IAccountSignerMeta
Index
Properties
address
role
signer
Properties
Readonly
address
address
:
Address
<
TAddress
>
Readonly
role
role
:
WRITABLE_SIGNER
|
READONLY_SIGNER
Readonly
signer
signer
:
TSigner
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
role
signer
Solana JavaScript SDK
Loading...
An extension of the IAccountMeta type that keeps track of its transaction signer.