Skip to main content
const DepositDestinationStatus: {
  Active: "active";
  Inactive: "inactive";
  Pending: "pending";
};
Defined in: _vendor/api/types/DepositDestinationStatus.ts:4 The status of the deposit destination.

Type Declaration

Active

readonly Active: "active" = "active";

Inactive

readonly Inactive: "inactive" = "inactive";

Pending

readonly Pending: "pending" = "pending";