anchor-link
Version:
Library for authenticating and signing transactions using the Anchor Link protocol
21 lines (20 loc) • 531 B
text/typescript
export * from './link'
export * from './link-session'
export type {LinkOptions, LinkChainConfig} from './link-options'
export type {LinkTransport} from './link-transport'
export type {LinkStorage} from './link-storage'
export type {
LinkCallback,
LinkCallbackService,
LinkCallbackRejection,
LinkCallbackResponse,
} from './link-callback'
export * from './errors'
export {
IdentityProof,
IdentityProofType,
CallbackPayload,
ChainId,
ChainIdType,
ChainName,
} from '@wharfkit/signing-request'