UNPKG

@puzzlehq/sdk-core

Version:
8 lines (7 loc) 193 B
export type CreateSharedStateResponse = { data: { seed: string; address: string; }; }; export declare const createSharedState: () => Promise<CreateSharedStateResponse>;