Class DeploySubscription

Represents a subscription to deploy events for wasm32 target architecture.

Constructors

Properties

Methods

Constructors

  • Constructor for DeploySubscription for wasm32 target architecture.

    Arguments

    • deploy_hash - Deploy hash to identify the subscription.
    • event_handler_fn - Handler function for deploy events.

    Parameters

    • deploy_hash: string
    • event_handler_fn: Function

    Returns DeploySubscription

Properties

deployHash: string

Deploy hash to identify the subscription.

eventHandlerFn: Function

Handler function for deploy events.

Methods

  • Returns void