DOCS

prepareGaslessRequest

Parameters

Returns

type ReturnType = Promise<
  | {
      body: string;
      headers: { "Content-Type": string; "x-api-key": string };
      method: string;
      url: string;
    }
  | { body: string; method: string; url: string }
>;