Interface KatanaPerpsWithdrawalEvent

When the withdrawals subscription provides an update

interface KatanaPerpsWithdrawalEvent {
    type: "withdrawals";
    data: KatanaPerpsWithdrawalEventData;
}

Hierarchy (view full)

Properties

Properties

type: "withdrawals"

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