Home > eth-connect > FetchFunction
Signature:
export type FetchFunction = (url: string, params: {
body?: any;
method?: string;
mode?: string;
headers?: any;
}) => Promise<any>;
Home > eth-connect > FetchFunction
Signature:
export type FetchFunction = (url: string, params: {
body?: any;
method?: string;
mode?: string;
headers?: any;
}) => Promise<any>;