Variable SYMBIOSIS_SWAP_STATUSConst
SYMBIOSIS_SWAP_STATUS: {
NOT_FOUND: "Not found";
PENDING: "Pending";
REVERTED: "Reverted";
STUCKED: "Stucked";
SUCCESS: "Success";
} = ...
Type declaration
-
Readonly
NOT_FOUND: "Not found"
-
Readonly
PENDING: "Pending"
-
Readonly
REVERTED: "Reverted"
-
Readonly
STUCKED: "Stucked"
-
Readonly
SUCCESS: "Success"