interface EthereumValidatorTopupBaseDto {
    amountWei: string;
    validatorPubkey: string;
}

Properties

amountWei: string

Amount of ETH to deposit in wei

Example

"1000000000000000000"
validatorPubkey: string

Validator public key to top up

Example

"0xa20d2ba70419cb3922985488e339736ab32e6184f11708d2333f65b14f70cf47365b538c32eff237cdaf293ea2bcfb03"

Generated using TypeDoc