Type alias DepositData

DepositData: {
    amount: string;
    deposit_data_root: string;
    pubkey: string;
    signature: string;
    withdrawal_credentials: string;
}

Deposit Data

Type declaration

  • amount: string

    32 ethers.

  • deposit_data_root: string

    A checksum for DepositData fields .

  • pubkey: string

    The public key of the distributed validator.

  • signature: string

    BLS signature of the deposit message.

  • withdrawal_credentials: string

    The 0x01 withdrawal address of the DV.

Generated using TypeDoc