Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/transactions
compileTransaction
Function compileTransaction
compileTransaction
(
transactionMessage
:
CompilableTransactionMessage
&
TransactionMessageWithBlockhashLifetime
,
)
:
Readonly
<
Transaction
&
TransactionWithBlockhashLifetime
>
Parameters
transactionMessage
:
CompilableTransactionMessage
&
TransactionMessageWithBlockhashLifetime
Returns
Readonly
<
Transaction
&
TransactionWithBlockhashLifetime
>
compileTransaction
(
transactionMessage
:
CompilableTransactionMessage
&
TransactionMessageWithDurableNonceLifetime
<
string
,
string
,
string
,
>
,
)
:
Readonly
<
Transaction
&
TransactionWithDurableNonceLifetime
>
Parameters
transactionMessage
:
CompilableTransactionMessage
&
TransactionMessageWithDurableNonceLifetime
<
string
,
string
,
string
,
>
Returns
Readonly
<
Transaction
&
TransactionWithDurableNonceLifetime
>
compileTransaction
(
transactionMessage
:
CompilableTransactionMessage
,
)
:
Readonly
<
Transaction
&
TransactionWithLifetime
>
Parameters
transactionMessage
:
CompilableTransactionMessage
Returns
Readonly
<
Transaction
&
TransactionWithLifetime
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...