Helius SDK - v2.2.2
GitHub
npm
Helius Docs
Preparing search index...
transactions
SendTransactionFn
Type Alias SendTransactionFn
SendTransactionFn
:
(
tx
:
SendableTransaction
,
opts
?:
HeliusSendOptions
,
)
=>
Promise
<
Signature
>
Send a pre-signed transaction. Returns the signature.
Type Declaration
(
tx
:
SendableTransaction
,
opts
?:
HeliusSendOptions
)
:
Promise
<
Signature
>
Parameters
tx
:
SendableTransaction
Optional
opts
:
HeliusSendOptions
Returns
Promise
<
Signature
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
GitHub
npm
Helius Docs
Helius SDK - v2.2.2
Loading...
Send a pre-signed transaction. Returns the signature.