Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/transaction-messages
<internal>
IInstructionWithData
Interface IInstructionWithData<TData>
interface
IInstructionWithData
<
TData
extends
ReadonlyUint8Array
>
{
accounts
?:
readonly
(
IAccountLookupMeta
<
string
,
string
>
|
IAccountMeta
<
string
>
)
[]
;
data
:
TData
;
programAddress
:
Address
<
string
>
;
}
Type Parameters
TData
extends
ReadonlyUint8Array
Hierarchy (
View Summary
)
IInstruction
IInstructionWithData
Index
Properties
accounts?
data
program
Address
Properties
Optional
Readonly
accounts
accounts
?:
readonly
(
IAccountLookupMeta
<
string
,
string
>
|
IAccountMeta
<
string
>
)
[]
Readonly
data
data
:
TData
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...