UNPKG

@signumjs/wallets

Version:

Wallets communication package for DApps in the Signum Network

16 lines (15 loc) 359 B
import { ExtensionDAppMetadata } from '../messaging'; /** * Argument object of ExtensionAdapter.requestPermission * @internal */ export interface RequestPermissionArgs { /** * Just some additional meta data of the app */ appMeta: ExtensionDAppMetadata; /** * The network on which the DApp operates */ network: string; }