@maxim_mazurok/gapi.client.blockchainnodeengine-v1
Advanced tools
Comparing version 0.0.20240131 to 0.0.20240207
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Blockchain Node Engine API v1 0.0 */ | ||
// Generated from: https://blockchainnodeengine.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20240131 | ||
// Revision: 20240207 | ||
@@ -167,2 +167,4 @@ /// <reference types="gapi.client" /> | ||
interface ValidatorConfig { | ||
/** An Ethereum address which the beacon client will send fee rewards to if no recipient is configured in the validator client. See https://lighthouse-book.sigmaprime.io/suggested-fee-recipient.html or https://docs.prylabs.network/docs/execution-node/fee-recipient for examples of how this is used. Note that while this is often described as "suggested", as we run the execution node we can trust the execution node, and therefore this is considered enforced. */ | ||
beaconFeeRecipient?: string; | ||
/** Immutable. When true, deploys a GCP-managed validator client alongside the beacon client. */ | ||
@@ -169,0 +171,0 @@ managedValidatorClient?: boolean; |
{ | ||
"name": "@maxim_mazurok/gapi.client.blockchainnodeengine-v1", | ||
"version": "0.0.20240131", | ||
"version": "0.0.20240207", | ||
"description": "TypeScript typings for Blockchain Node Engine API v1", | ||
@@ -5,0 +5,0 @@ "repository": { |
39217
627