Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const DepositDestinationStatus: { Active: "active"; Inactive: "inactive"; Pending: "pending"; };
readonly Active: "active" = "active";
readonly Inactive: "inactive" = "inactive";
readonly Pending: "pending" = "pending";
Was this page helpful?