interface RegisterLsEthResponse {
    createdAt: string;
    status: string;
}

Properties

Properties

createdAt: string

Account creation timestamp

Example

"2024-01-15T10:30:00Z"
status: string

Account status

Example

"ACTIVE"