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