Type alias PostUseCreateSessionWithDistributedKeyProps

PostUseCreateSessionWithDistributedKeyProps: UseCreateSessionWithDistributedKeyProps & {
    browserWallet: BrowserWallet;
    chain: ReturnType<typeof getChain>;
}

Type declaration

  • browserWallet: BrowserWallet
  • chain: ReturnType<typeof getChain>