interface IInteractStreamSolanaExt {
    checkTokenAccounts?: boolean;
    computeLimit?: number | "autoSimulate" | ComputeLimitEstimate;
    computePrice?: number | ComputePriceEstimate;
    customInstructions?: { after?: InstructionGenerator };
    feePayer?: PublicKey;
    invoker: Keypair | SignerWalletAdapter;
}

Hierarchy (View Summary)

Properties

checkTokenAccounts?: boolean
computeLimit?: number | "autoSimulate" | ComputeLimitEstimate
computePrice?: number | ComputePriceEstimate
customInstructions?: { after?: InstructionGenerator }
feePayer?: PublicKey
invoker: Keypair | SignerWalletAdapter