UNPKG

@ledgerhq/live-common

Version:
5 lines 301 B
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