Appearance
@hellomoon/ink-paymaster
@hellomoon/ink-paymaster / FetchFunction
FetchFunction = (input, init?) => Promise<Response>
input
init?
Promise
Response
Fetch-compatible function accepted by the low-level client for custom transports and tests.
string | URL | Request
string
URL
Request
RequestInit
Promise<Response>