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

Hierarchy

  • ITransactionSolanaExt
    • IInteractSolanaExt

Properties

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