api-wasm
    Preparing search index...

    Class getSpeculativeExecDeployOptions

    Options for speculative execution.

    Index

    Accessors

    • get deploy(): Deploy

      The deploy to execute.

      Returns Deploy

    • set deploy(value: Deploy): void

      The deploy to execute.

      Parameters

      Returns void

    • get deploy_as_string(): string

      The deploy as a JSON string.

      Returns string

    • set deploy_as_string(value: string): void

      The deploy as a JSON string.

      Parameters

      • value: string

      Returns void

    • get rpc_address(): string

      The rpc address.

      Returns string

    • set rpc_address(value: string): void

      The rpc address.

      Parameters

      • value: string

      Returns void

    • get verbosity(): Verbosity

      The verbosity level for logging.

      Returns Verbosity

    • set verbosity(value: Verbosity): void

      The verbosity level for logging.

      Parameters

      Returns void

    Methods

    • Returns void