UNPKG

eosjs-signature-provider-interface

Version:

An abstract class that implements the EOSJS SignatureProvider interface, and provides helper methods for interacting with an authenticator using the EOSIO Authentication Transport Protocol Specification.

5 lines (4 loc) 131 B
export * from './SignatureProviderInterface'; export * from './interfaces'; export * from './utils'; export * from './instanceOf';