Variable.InvestIdentityStatus
const InvestIdentityStatus: {
KycDone: "KYC_DONE";
RejectedKyc: "REJECTED_KYC";
WaitingKyc: "WAITING_KYC";
};
Status of an investor identity through the KYC lifecycle.
Type Declaration
KycDone
readonly KycDone: "KYC_DONE";
RejectedKyc
readonly RejectedKyc: "REJECTED_KYC";
WaitingKyc
readonly WaitingKyc: "WAITING_KYC";