UNPKG

@ledgerhq/live-common

Version:
5 lines 304 B
import { Delegate } from "../models/Delegate"; import { Transaction } from "../models/Transaction"; export declare const delegateCosmos: (delegatingAccount: Delegate) => void | Promise<void>; export declare const sendCosmos: (tx: Transaction) => void | Promise<void>; //# sourceMappingURL=cosmos.d.ts.map