@airgap/beacon-types
Advanced tools
Comparing version 2.5.0-beta.4 to 3.0.0-beta.0
@@ -77,2 +77,3 @@ /** | ||
export * from './types/beaconV3/PermissionRequest'; | ||
export * from './types/ui'; | ||
export { TezosBaseOperation, TezosOperationType, TezosBlockHeader, MichelsonPrimitives, TezosTransactionParameters, TezosOperation }; | ||
@@ -79,0 +80,0 @@ export { TezosActivateAccountOperation, TezosBallotOperation, TezosDelegationOperation, TezosDoubleBakingEvidenceOperation, TezosDoubleEndorsementEvidenceOperation, TezosEndorsementOperation, TezosOriginationOperation, TezosProposalOperation, TezosRevealOperation, TezosSeedNonceRevelationOperation, TezosTransactionOperation, PartialTezosOperation, PartialTezosTransactionOperation, PartialTezosDelegationOperation, PartialTezosOriginationOperation, PartialTezosRevealOperation }; |
@@ -43,2 +43,3 @@ "use strict"; | ||
__exportStar(require("./types/beaconV3/PermissionRequest"), exports); | ||
__exportStar(require("./types/ui"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -8,4 +8,4 @@ export declare enum NetworkType { | ||
HANGZHOUNET = "hangzhounet", | ||
IDIAZABALNET = "idiazabalnet", | ||
ITHACANET = "ithacanet", | ||
CUSTOM = "custom" | ||
} |
@@ -12,5 +12,5 @@ "use strict"; | ||
NetworkType["HANGZHOUNET"] = "hangzhounet"; | ||
NetworkType["IDIAZABALNET"] = "idiazabalnet"; | ||
NetworkType["ITHACANET"] = "ithacanet"; | ||
NetworkType["CUSTOM"] = "custom"; | ||
})(NetworkType = exports.NetworkType || (exports.NetworkType = {})); | ||
//# sourceMappingURL=NetworkType.js.map |
@@ -1,2 +0,2 @@ | ||
import { AccountInfo, AppMetadata, BeaconMessageType, ConnectionContext, WalletInfo } from '@airgap/beacon-types'; | ||
import { AccountInfo, AppMetadata, BeaconMessageType, ConnectionContext, WalletInfo, ExtensionApp, DesktopApp, WebApp, App } from '@airgap/beacon-types'; | ||
export interface ResponseInput { | ||
@@ -14,2 +14,8 @@ request: BlockchainMessage; | ||
handleResponse(input: ResponseInput): Promise<void>; | ||
getWalletLists(): Promise<{ | ||
extensionList: ExtensionApp[]; | ||
desktopList: DesktopApp[]; | ||
webList: WebApp[]; | ||
iOSList: App[]; | ||
}>; | ||
getAccountInfosFromPermissionResponse(permissionResponse: PermissionResponseV3): Promise<{ | ||
@@ -16,0 +22,0 @@ accountId: string; |
@@ -77,2 +77,3 @@ /** | ||
export * from './types/beaconV3/PermissionRequest'; | ||
export * from './types/ui'; | ||
export { TezosBaseOperation, TezosOperationType, TezosBlockHeader, MichelsonPrimitives, TezosTransactionParameters, TezosOperation }; | ||
@@ -79,0 +80,0 @@ export { TezosActivateAccountOperation, TezosBallotOperation, TezosDelegationOperation, TezosDoubleBakingEvidenceOperation, TezosDoubleEndorsementEvidenceOperation, TezosEndorsementOperation, TezosOriginationOperation, TezosProposalOperation, TezosRevealOperation, TezosSeedNonceRevelationOperation, TezosTransactionOperation, PartialTezosOperation, PartialTezosTransactionOperation, PartialTezosDelegationOperation, PartialTezosOriginationOperation, PartialTezosRevealOperation }; |
@@ -16,2 +16,3 @@ import { BeaconMessageType } from './types/beacon/BeaconMessageType'; | ||
export * from './types/beaconV3/PermissionRequest'; | ||
export * from './types/ui'; | ||
// Tezos | ||
@@ -18,0 +19,0 @@ export { TezosOperationType }; |
@@ -8,4 +8,4 @@ export declare enum NetworkType { | ||
HANGZHOUNET = "hangzhounet", | ||
IDIAZABALNET = "idiazabalnet", | ||
ITHACANET = "ithacanet", | ||
CUSTOM = "custom" | ||
} |
@@ -9,5 +9,5 @@ export var NetworkType; | ||
NetworkType["HANGZHOUNET"] = "hangzhounet"; | ||
NetworkType["IDIAZABALNET"] = "idiazabalnet"; | ||
NetworkType["ITHACANET"] = "ithacanet"; | ||
NetworkType["CUSTOM"] = "custom"; | ||
})(NetworkType || (NetworkType = {})); | ||
//# sourceMappingURL=NetworkType.js.map |
@@ -1,2 +0,2 @@ | ||
import { AccountInfo, AppMetadata, BeaconMessageType, ConnectionContext, WalletInfo } from '@airgap/beacon-types'; | ||
import { AccountInfo, AppMetadata, BeaconMessageType, ConnectionContext, WalletInfo, ExtensionApp, DesktopApp, WebApp, App } from '@airgap/beacon-types'; | ||
export interface ResponseInput { | ||
@@ -14,2 +14,8 @@ request: BlockchainMessage; | ||
handleResponse(input: ResponseInput): Promise<void>; | ||
getWalletLists(): Promise<{ | ||
extensionList: ExtensionApp[]; | ||
desktopList: DesktopApp[]; | ||
webList: WebApp[]; | ||
iOSList: App[]; | ||
}>; | ||
getAccountInfosFromPermissionResponse(permissionResponse: PermissionResponseV3): Promise<{ | ||
@@ -16,0 +22,0 @@ accountId: string; |
{ | ||
"name": "@airgap/beacon-types", | ||
"version": "2.5.0-beta.4", | ||
"version": "3.0.0-beta.0", | ||
"description": "> TODO: description", | ||
@@ -39,3 +39,3 @@ "author": "Andreas Gassmann <a.gassmann@papers.ch>", | ||
}, | ||
"gitHead": "90acde43c43ea6bab8ea06ff7b282124b35585c9" | ||
"gitHead": "ffcd36eac1b9d227c31820d2d1ebdc53eedcee9e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
164966
483
3315