UNPKG

@nfid/identitykit

Version:

A React library for adding wallet connections to dApps.

9 lines (8 loc) 912 B
export { SignerAgent, type SignerAgentOptions } from "@slide-computer/signer-agent"; export { Agent as IdentityKitAgent, type AgentOptions as IdentityKitAgentOptions } from "./agent"; export { SignerClient as IdentityKitSignerClient, DelegationSignerClient as IdentityKitDelegationSignerClient, AccountsSignerClient as IdentityKitAccountsSignerClient, DelegationType as IdentityKitDelegationType, } from "./signer-client"; export * from "./identity-kit"; export { type SignerConfig as IdentityKitSignerConfig, TransportType as IdentityKitTransportType, } from "./types"; export { type SignerClientOptions as IdentityKitSignerClientOptions, type DelegationSignerClientOptions as IdentityKitDelegationSignerClientOptions, type AccountsSignerClientOptions as IdentityKitAccountsSignerClientOptions, } from "./signer-client"; export * from "./signers"; export { toBase64, fromBase64 } from "@slide-computer/signer";