Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
transactions
SendSmartTxSenderDeps
Interface SendSmartTxSenderDeps
Internal dependencies for
sendTransactionWithSender
.
interface
SendSmartTxSenderDeps
{
createSmartTransactionWithTip
:
(
i
:
CreateSmartTxWithTipInput
,
)
=>
Promise
<
Readonly
<
{
base64
:
string
;
lifetime
:
BlockhashLifetime
;
message
:
Readonly
<
{}
>
&
TransactionMessageWithFeePayer
<
string
>
;
priorityFee
:
number
;
signed
:
FullySignedTransaction
&
TransactionWithinSizeLimit
&
Readonly
<
{}
,
>
&
TransactionWithLifetime
;
units
:
number
;
}
,
>
,
>
;
raw
:
Rpc
<
SolanaRpcApi
>
;
}
Index
Properties
create
Smart
Transaction
With
Tip
raw
Properties
create
Smart
Transaction
With
Tip
createSmartTransactionWithTip
:
(
i
:
CreateSmartTxWithTipInput
,
)
=>
Promise
<
Readonly
<
{
base64
:
string
;
lifetime
:
BlockhashLifetime
;
message
:
Readonly
<
{}
>
&
TransactionMessageWithFeePayer
<
string
>
;
priorityFee
:
number
;
signed
:
FullySignedTransaction
&
TransactionWithinSizeLimit
&
Readonly
<
{}
,
>
&
TransactionWithLifetime
;
units
:
number
;
}
,
>
,
>
raw
raw
:
Rpc
<
SolanaRpcApi
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
create
Smart
Transaction
With
Tip
raw
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...
Internal dependencies for
sendTransactionWithSender.