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