interface IInteractSolanaExt {
    computeLimit?: number | "autoSimulate" | ComputeLimitEstimate;
    computePrice?: number | ComputePriceEstimate;
    feePayer?: PublicKey;
    invoker: Keypair | SignerWalletAdapter;
}

Hierarchy

  • ITransactionSolanaExt
    • IInteractSolanaExt

Properties

computeLimit?: number | "autoSimulate" | ComputeLimitEstimate
computePrice?: number | ComputePriceEstimate
feePayer?: PublicKey
invoker: Keypair | SignerWalletAdapter