Interface: PaymasterOptions
Hierarchy
↳
PaymasterOptions
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
Name | Type |
---|---|
input | RequestInfo | URL |
init? | RequestInit |
Returns
Promise
<Response
>
Inherited from
PaymasterRpcOptions.baseFetch