Preparing search index...
The search index is not available
Documentation
Documentation
@orca-so/common-sdk
TransactionProcessor
Class TransactionProcessor
Deprecated
Index
Constructors
constructor
Properties
commitment
connection
wallet
Methods
construct
Send
Transactions
send
Transaction
sign
And
Construct
Transaction
sign
And
Construct
Transactions
sign
Transaction
sign
Transactions
Constructors
constructor
new
TransactionProcessor
(
connection
:
Connection
,
wallet
:
Wallet
,
commitment
?:
Commitment
,
)
:
TransactionProcessor
Parameters
connection
:
Connection
wallet
:
Wallet
commitment
:
Commitment
= "confirmed"
Returns
TransactionProcessor
Properties
Readonly
commitment
commitment
:
Commitment
= "confirmed"
Readonly
connection
connection
:
Connection
Readonly
wallet
wallet
:
Wallet
Methods
construct
Send
Transactions
constructSendTransactions
(
transactions
:
(
Transaction
|
VersionedTransaction
)
[]
,
lastValidBlockHeight
:
number
,
blockhash
:
string
,
parallel
?:
boolean
,
)
:
()
=>
Promise
<
PromiseSettledResult
<
string
>
[]
>
Parameters
transactions
: (
Transaction
|
VersionedTransaction
)
[]
lastValidBlockHeight
:
number
blockhash
:
string
parallel
:
boolean
= true
Returns
()
=>
Promise
<
PromiseSettledResult
<
string
>
[]
>
send
Transaction
sendTransaction
(
transaction
:
Transaction
|
VersionedTransaction
,
lastValidBlockHeight
:
number
,
blockhash
:
string
,
)
:
Promise
<
string
>
Parameters
transaction
:
Transaction
|
VersionedTransaction
lastValidBlockHeight
:
number
blockhash
:
string
Returns
Promise
<
string
>
sign
And
Construct
Transaction
signAndConstructTransaction
(
txRequest
:
SendTxRequest
,
)
:
Promise
<
{
execute
:
()
=>
Promise
<
string
>
;
signedTx
:
Transaction
|
VersionedTransaction
;
}
,
>
Parameters
txRequest
:
SendTxRequest
Returns
Promise
<
{
execute
:
()
=>
Promise
<
string
>
;
signedTx
:
Transaction
|
VersionedTransaction
;
}
,
>
sign
And
Construct
Transactions
signAndConstructTransactions
(
txRequests
:
SendTxRequest
[]
,
parallel
?:
boolean
,
)
:
Promise
<
{
execute
:
()
=>
Promise
<
PromiseSettledResult
<
string
>
[]
>
;
signedTxs
:
(
Transaction
|
VersionedTransaction
)
[]
;
}
,
>
Parameters
txRequests
:
SendTxRequest
[]
parallel
:
boolean
= true
Returns
Promise
<
{
execute
:
()
=>
Promise
<
PromiseSettledResult
<
string
>
[]
>
;
signedTxs
:
(
Transaction
|
VersionedTransaction
)
[]
;
}
,
>
sign
Transaction
signTransaction
(
txRequest
:
SendTxRequest
,
)
:
Promise
<
{
blockhash
:
string
;
lastValidBlockHeight
:
number
;
transaction
:
Transaction
|
VersionedTransaction
;
}
,
>
Parameters
txRequest
:
SendTxRequest
Returns
Promise
<
{
blockhash
:
string
;
lastValidBlockHeight
:
number
;
transaction
:
Transaction
|
VersionedTransaction
;
}
,
>
sign
Transactions
signTransactions
(
txRequests
:
SendTxRequest
[]
,
)
:
Promise
<
{
blockhash
:
string
;
lastValidBlockHeight
:
number
;
transactions
:
(
Transaction
|
VersionedTransaction
)
[]
;
}
,
>
Parameters
txRequests
:
SendTxRequest
[]
Returns
Promise
<
{
blockhash
:
string
;
lastValidBlockHeight
:
number
;
transactions
:
(
Transaction
|
VersionedTransaction
)
[]
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
commitment
connection
wallet
Methods
construct
Send
Transactions
send
Transaction
sign
And
Construct
Transaction
sign
And
Construct
Transactions
sign
Transaction
sign
Transactions
Documentation
Loading...
Deprecated