Interface AddExternalValidatorForCustomerDto

interface AddExternalValidatorForCustomerDto {
    balanceGwei: string;
    effectiveBalanceGwei: string;
    label: string;
    pubkey: string;
    reference: string;
    status: string;
    suggestedFeeRecipient: string;
    validatorIndex: string;
    withdrawalAddress: string;
}

Properties

balanceGwei: string

Example

"0"
effectiveBalanceGwei: string

Example

"0"
label: string

Example

"Validator 1035298"
pubkey: string

Example

"0xb8a5206982b6544a31e4574415bff1da9d849f64a7782cdc0c6bc31c2575c90a24712867e7987f76df1c2c33b6cda615"
reference: string

Example

"Imported Validators"
status: string

Example

"ACTIVE"
suggestedFeeRecipient: string

Example

"0x0000000000000000000000000000000000000000"
validatorIndex: string

Example

1
withdrawalAddress: string

Example

"0x0000000000000000000000000000000000000000"