Skip to main content
Version: Next

Interface: PaymasterOptions

Defined in: src/paymaster/types/configuration.type.ts:3

Extends

Properties

nodeUrl?

optional nodeUrl?: string

Defined in: src/paymaster/types/configuration.type.ts:6

Inherited from

PaymasterRpcOptions.nodeUrl


headers?

optional headers?: object

Defined in: src/paymaster/types/configuration.type.ts:7

Inherited from

PaymasterRpcOptions.headers


baseFetch?

optional baseFetch?: (input, init?) => Promise<Response>

Defined in: src/paymaster/types/configuration.type.ts:8

MDN Reference

Parameters

input

RequestInfo | URL

init?

RequestInit

Returns

Promise<Response>

Inherited from

PaymasterRpcOptions.baseFetch


mute?

optional mute?: boolean

Defined in: src/paymaster/types/configuration.type.ts:9

Inherited from

PaymasterRpcOptions.mute