UNPKG

@metamask/snaps-sdk

Version:

A library containing the core functionality for building MetaMask Snaps

32 lines 1.36 kB
export type * from "./clear-state.cjs"; export type * from "./create-interface.cjs"; export * from "./dialog.cjs"; export type * from "./get-bip32-entropy.cjs"; export type * from "./get-bip32-public-key.cjs"; export type * from "./get-bip44-entropy.cjs"; export type * from "./get-client-status.cjs"; export type * from "./get-currency-rate.cjs"; export type * from "./get-entropy.cjs"; export * from "./get-file.cjs"; export type * from "./get-interface-context.cjs"; export type * from "./get-interface-state.cjs"; export type * from "./get-locale.cjs"; export type * from "./get-preferences.cjs"; export type * from "./get-snaps.cjs"; export type * from "./get-state.cjs"; export type * from "./invoke-keyring.cjs"; export type * from "./invoke-snap.cjs"; export type * from "./list-entropy-sources.cjs"; export type * from "./manage-accounts.cjs"; export * from "./manage-state.cjs"; export type * from "./methods.cjs"; export * from "./notify.cjs"; export type * from "./provider-request.cjs"; export type * from "./request-snaps.cjs"; export type * from "./update-interface.cjs"; export type * from "./resolve-interface.cjs"; export type * from "./schedule-background-event.cjs"; export type * from "./cancel-background-event.cjs"; export type * from "./get-background-events.cjs"; export type * from "./set-state.cjs"; //# sourceMappingURL=index.d.cts.map