UNPKG

@puzzlehq/sdk

Version:
11 lines (10 loc) 386 B
import { ImportSharedStateRequest, ImportSharedStateResponse } from '@puzzlehq/sdk-core'; export declare const useImportSharedState: ({ seed }: ImportSharedStateRequest) => { importSharedState: () => Promise<ImportSharedStateResponse | undefined>; data: { address: string; seed: string; } | undefined; loading: boolean; error: string | undefined; };