UNPKG

anchor-link

Version:

Library for authenticating and signing transactions using the Anchor Link protocol

11 lines (8 loc) 255 B
// export library export * from './index-module' // default export is Link class for convenience import {Link} from './index-module' export default Link // expose dependencies export * from '@wharfkit/signing-request' export * from '@wharfkit/antelope'