Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-types
TransactionForAccounts
Type Alias TransactionForAccounts<TMaxSupportedTransactionVersion>
TransactionForAccounts
:
TMaxSupportedTransactionVersion
extends
void
?
Readonly
<
{
meta
:
TransactionForAccountsMetaBase
|
null
;
transaction
:
Readonly
<
{
accountKeys
:
readonly
TransactionParsedAccountLegacy
[]
;
signatures
:
readonly
Base58EncodedBytes
[]
;
}
,
>
;
}
,
>
:
Readonly
<
{
meta
:
TransactionForAccountsMetaBase
|
null
;
transaction
:
Readonly
<
{
accountKeys
:
readonly
TransactionParsedAccountVersioned
[]
;
signatures
:
readonly
Base58EncodedBytes
[]
;
}
,
>
;
version
:
TransactionVersion
;
}
,
>
Type Parameters
TMaxSupportedTransactionVersion
extends
TransactionVersion
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...