@maxim_mazurok/gapi.client.blockchainnodeengine-v1
Advanced tools
Comparing version 0.0.20230914 to 0.0.20230920
@@ -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: 20230914 | ||
// Revision: 20230920 | ||
@@ -81,2 +81,9 @@ /// <reference types="gapi.client" /> | ||
boolean; | ||
/** | ||
* 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. The consensus client. */ | ||
@@ -83,0 +90,0 @@ consensusClient?: |
{ | ||
"name": "@maxim_mazurok/gapi.client.blockchainnodeengine-v1", | ||
"version": "0.0.20230914", | ||
"version": "0.0.20230920", | ||
"description": "TypeScript typings for Blockchain Node Engine API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.blockchainnodeengine-v1 definition tests */ | ||
// Revision: 20230914 | ||
// Revision: 20230920 | ||
@@ -67,2 +67,3 @@ gapi.load('client', async () => { | ||
apiEnableDebug: true, | ||
beaconFeeRecipient: "Test string", | ||
consensusClient: "Test string", | ||
@@ -123,2 +124,3 @@ executionClient: "Test string", | ||
apiEnableDebug: true, | ||
beaconFeeRecipient: "Test string", | ||
consensusClient: "Test string", | ||
@@ -125,0 +127,0 @@ executionClient: "Test string", |
56070
1093