Interface RevenueWithdrawalStateSucceeded

The withdrawal succeeded.

interface RevenueWithdrawalStateSucceeded {
    date: number;
    type: "succeeded";
    url: string;
}

Properties

Properties

date: number

Date the withdrawal was completed in Unix time

type: "succeeded"

Type of the state, always “succeeded”

url: string

An HTTPS URL that can be used to see transaction details