Variable ABIConst

ABI: {
    ETHEREUM_BATCH_DEPOSIT: readonly [{
        inputs: readonly [{
            internalType: "bytes[]";
            name: "pubkeys";
            type: "bytes[]";
        }, {
            internalType: "bytes[]";
            name: "withdrawal_credentials";
            type: "bytes[]";
        }, {
            internalType: "bytes[]";
            name: "signatures";
            type: "bytes[]";
        }, {
            internalType: "bytes32[]";
            name: "deposit_data_roots";
            type: "bytes32[]";
        }];
        name: "batchDeposit";
        outputs: readonly [];
        payable: true;
        stateMutability: "payable";
        type: "function";
    }];
} = ...

Type declaration

  • ETHEREUM_BATCH_DEPOSIT: readonly [{
        inputs: readonly [{
            internalType: "bytes[]";
            name: "pubkeys";
            type: "bytes[]";
        }, {
            internalType: "bytes[]";
            name: "withdrawal_credentials";
            type: "bytes[]";
        }, {
            internalType: "bytes[]";
            name: "signatures";
            type: "bytes[]";
        }, {
            internalType: "bytes32[]";
            name: "deposit_data_roots";
            type: "bytes32[]";
        }];
        name: "batchDeposit";
        outputs: readonly [];
        payable: true;
        stateMutability: "payable";
        type: "function";
    }]

Generated using TypeDoc