Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/rpc-types
TransactionForFullBase58
Type Alias TransactionForFullBase58<TMaxSupportedTransactionVersion>
TransactionForFullBase58
:
TMaxSupportedTransactionVersion
extends
void
?
Readonly
<
{
meta
:
|
TransactionForFullMetaBase
&
TransactionForFullMetaInnerInstructionsUnparsed
|
null
;
transaction
:
Base58EncodedDataResponse
;
}
,
>
:
Readonly
<
{
meta
:
|
TransactionForFullMetaBase
&
TransactionForFullMetaInnerInstructionsUnparsed
&
TransactionForFullMetaLoadedAddresses
|
null
;
transaction
:
Base58EncodedDataResponse
;
version
:
TransactionVersion
;
}
,
>
Type Parameters
TMaxSupportedTransactionVersion
extends
TransactionVersion
|
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...