Properties
Readonly
identifier
identifier: string
Methods
getAccountInfosFromPermissionResponse
- getAccountInfosFromPermissionResponse(permissionResponse): Promise<{
accountId: string;
address: string;
publicKey: string;
}[]>
-
Returns Promise<{
accountId: string;
address: string;
publicKey: string;
}[]>
getWalletLists
- getWalletLists(): Promise<{
desktopList: DesktopApp[];
extensionList: ExtensionApp[];
iOSList: App[];
webList: WebApp[];
}>
-
Returns Promise<{
desktopList: DesktopApp[];
extensionList: ExtensionApp[];
iOSList: App[];
webList: WebApp[];
}>
handleResponse
- handleResponse(input): Promise<void>
-
Returns Promise<void>
validateRequest
- validateRequest(input): Promise<void>
-
Returns Promise<void>