@ledgerhq/coin-ton
Version:
8 lines • 417 B
TypeScript
import type { AppSpec, TransactionDestinationTestInput } from "@ledgerhq/coin-framework/bot/types";
import { Transaction } from "./types";
export declare const testDestination: <T>({ destination, destinationBeforeTransaction, sendingOperation, }: TransactionDestinationTestInput<T>) => void;
declare const _default: {
tonSpecs: AppSpec<Transaction>;
};
export default _default;
//# sourceMappingURL=specs.d.ts.map