Interface RevenueWithdrawalStatePending

The withdrawal is in progress.

interface RevenueWithdrawalStatePending {
    type: "pending";
}

Properties

Properties

type: "pending"

Type of the state, always “pending”