@ledgerhq/coin-celo
Version:
6 lines • 393 B
TypeScript
import { MutationSpec } from "@ledgerhq/coin-framework/bot/types";
import type { Transaction } from "../../types";
export declare const minimalAmount: import("bignumber.js").BigNumber;
export declare const createSend50PercentMutation: () => MutationSpec<Transaction>;
export declare const createSendMaxMutation: () => MutationSpec<Transaction>;
//# sourceMappingURL=createSendMutation.d.ts.map