Evm withdrawal object

See ethereum rpc spec for the meaning of fields

interface Withdrawal {
    address?: string;
    amount?: string;
    index?: string;
    validatorIndex?: string;
}

Properties

address?: string
amount?: string
index?: string
validatorIndex?: string