interface ExistingConsolidationDto {
    status: string;
    targetPubkey: string;
}

Properties

Properties

status: string

Status of the existing consolidation

Example

"PENDING"
targetPubkey: string

Target validator public key of the existing consolidation

Example

"0xbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"