interface GetAccountResponse {
    authorizedLogins: AuthorizedEmail[];
    companyName: string;
    customerName: string;
    emailAddress: string;
    kycStatus: string;
    mnemonicStatus: string;
    termsAndConditions: object;
}

Properties

authorizedLogins: AuthorizedEmail[]
companyName: string

Example

"Pier Two"
customerName: string

Example

"Pierre Toosen"
emailAddress: string

Example

"staking@piertwo.com"
kycStatus: string

Status of the accounts KYC/KYB application

Example

"KYC_PENDING"
mnemonicStatus: string

Status of your automatically generated mnemonic. This status must be ACTIVE before you can request a validator

Example

"ACTIVE"
termsAndConditions: object

Details of agreed terms and conditions

Example

{"applicableTerms":"general","agreedTerms":{"29-05-2024":"2024-08-19T22:35:52.622Z"}}

Generated using TypeDoc