UNPKG

eosjs-ios-browser-signature-provider-interface

Version:

A Signature Provider Interface for communicating with an authenticator from iOS browsers using the EOSIO Authentication Transport Protocol Specification.

6 lines (5 loc) 288 B
export declare function base64EncodeUnicode(str: string): string; export declare function base64DecodeUnicode(str: string): string; export declare function appendRequestId(requestId: any): void; export declare function removeRequestId(): void; export declare function removeHash(): void;