UNPKG

@oko-wallet/oko-sdk-cosmos

Version:
6 lines (5 loc) 352 B
import { type OkoWalletInitArgs } from "@oko-wallet/oko-sdk-core"; import type { Result } from "@oko-wallet/stdlib-js"; import type { OkoCosmosWalletInterface } from "../types"; import type { OkoCosmosWalletInitError } from "../errors"; export declare function init(args: OkoWalletInitArgs): Result<OkoCosmosWalletInterface, OkoCosmosWalletInitError>;