Preparing search index...
The search index is not available
Streamflow SDK
Streamflow SDK
@streamflow/stream
solana
ITransactionSolanaExtWithInstructions
Interface ITransactionSolanaExtWithInstructions
interface
ITransactionSolanaExtWithInstructions
{
computeLimit
?:
number
|
"autoSimulate"
|
ComputeLimitEstimate
;
computePrice
?:
number
|
ComputePriceEstimate
;
customInstructions
?:
{
after
?:
InstructionGenerator
}
;
}
Hierarchy (
View Summary
)
ITransactionSolanaExt
ITransactionSolanaExtWithInstructions
ICreateStreamSolanaExt
IInteractStreamSolanaExt
Index
Properties
compute
Limit?
compute
Price?
custom
Instructions?
Properties
Optional
compute
Limit
computeLimit
?:
number
|
"autoSimulate"
|
ComputeLimitEstimate
Optional
compute
Price
computePrice
?:
number
|
ComputePriceEstimate
Optional
custom
Instructions
customInstructions
?:
{
after
?:
InstructionGenerator
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
compute
Limit
compute
Price
custom
Instructions
Streamflow SDK
Loading...