@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 304 B
TypeScript
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