Interface RevenueWithdrawalStateFailed

The withdrawal failed and the transaction was refunded.

interface RevenueWithdrawalStateFailed {
    type: "failed";
}

Properties

Properties

type: "failed"

Type of the state, always “failed”