Type alias PostUseSessionProps

PostUseSessionProps: UseSessionProps & {
    biconomyPaymasterApiKey: string;
    bundlerUrl: string;
    chain: ReturnType<typeof getChain>;
}

Type declaration

  • biconomyPaymasterApiKey: string
  • bundlerUrl: string
  • chain: ReturnType<typeof getChain>