MCPcopy Create free account
hub / github.com/api3dao/airnode / EVMProviderSponsorState

Interface EVMProviderSponsorState

packages/airnode-node/src/types.ts:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209export interface EVMProviderSponsorState extends EVMProviderState {
210 readonly sponsorAddress: string;
211}
212
213export interface TransactionOptions {
214 readonly gasTarget: GasTarget;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected