Type alias Props

Props: {
    apiClient?: ApolloClient<NormalizedCacheObject>;
    wallet: Wallet;
}

Type declaration

  • Optional apiClient?: ApolloClient<NormalizedCacheObject>
  • wallet: Wallet