Skip to main content
Version: Next

Interface: PaymasterOptions

types.PaymasterOptions

Hierarchy​

Properties​

nodeUrl​

• Optional nodeUrl: string

Inherited from​

PaymasterRpcOptions.nodeUrl

Defined in​

src/types/paymaster/configuration.ts:6


default​

• Optional default: boolean

Inherited from​

PaymasterRpcOptions.default

Defined in​

src/types/paymaster/configuration.ts:7


headers​

• Optional headers: object

Inherited from​

PaymasterRpcOptions.headers

Defined in​

src/types/paymaster/configuration.ts:8


baseFetch​

• Optional baseFetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>

Type declaration​

â–¸ (input, init?): Promise<Response>

Parameters​
NameType
inputRequestInfo | URL
init?RequestInit
Returns​

Promise<Response>

Inherited from​

PaymasterRpcOptions.baseFetch

Defined in​

src/types/paymaster/configuration.ts:9