Skip to main content
Version: Next

Interface: PaymasterOptions

Hierarchy

Properties

nodeUrl

Optional nodeUrl: string

Inherited from

PaymasterRpcOptions.nodeUrl

Defined in

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


default

Optional default: boolean

Inherited from

PaymasterRpcOptions.default

Defined in

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


headers

Optional headers: object

Inherited from

PaymasterRpcOptions.headers

Defined in

src/paymaster/types/configuration.type.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/paymaster/types/configuration.type.ts:9