Interface KumaWithdrawalEvent

When the withdrawals subscription provides an update

interface KumaWithdrawalEvent {
    type: "withdrawals";
    data: KumaWithdrawalEventData;
}

Hierarchy (view full)

Properties

Properties

type: "withdrawals"

The type property is used to determine the shape of the data property of the update event.

  • Subscription update events will match KumaSubscriptionEventBase with the subscription name as the value for the type property.
  • Otherwise the type will be:
    • subscriptions if you requested a list of all current subscriptions
    • error if your request resulted in a server error