@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
5 lines • 301 B
TypeScript
import { Transaction } from "../models/Transaction";
import { Delegate } from "../models/Delegate";
export declare const sendAptos: (tx: Transaction) => void | Promise<void>;
export declare const delegateAptos: (delegatingAccount: Delegate) => void | Promise<void>;
//# sourceMappingURL=aptos.d.ts.map