Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/signers
<internal>
IInstructionWithAccounts
Interface IInstructionWithAccounts<TAccounts>
interface
IInstructionWithAccounts
<
TAccounts
extends
readonly
(
IAccountLookupMeta
|
IAccountMeta
)
[]
,
>
{
accounts
:
TAccounts
;
data
?:
ReadonlyUint8Array
;
programAddress
:
Address
<
string
>
;
}
Type Parameters
TAccounts
extends
readonly
(
IAccountLookupMeta
|
IAccountMeta
)
[]
Hierarchy (
View Summary
)
IInstruction
IInstructionWithAccounts
Index
Properties
accounts
data?
program
Address
Properties
Readonly
accounts
accounts
:
TAccounts
Optional
Readonly
data
data
?:
ReadonlyUint8Array
Readonly
program
Address
programAddress
:
Address
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
data
program
Address
Solana JavaScript SDK
Loading...