UNPKG

@ledgerhq/live-common

Version:
5 lines 288 B
import { Transaction } from "../models/Transaction"; import { Delegate } from "../models/Delegate"; export declare function delegateSolana(delegatingAccount: Delegate): Promise<void>; export declare function sendSolana(tx: Transaction): Promise<void>; //# sourceMappingURL=solana.d.ts.map