UNPKG

@dappykit/sdk

Version:

Web3 SDK for DApps

11 lines (10 loc) 282 B
/** * App ID param */ export declare const APP_ID_PARAM = "appId"; /** * Auth strategy param */ export declare const AUTH_STRATEGY_PARAM = "authStrategy"; export declare const AUTH_APP_SIGNER_ADDRESS_PARAM = "appSignerAddress"; export declare const GATEWAY_AUTH_PATH = "/auth";