UNPKG

@ledgerhq/coin-stellar

Version:
6 lines 413 B
import type { Account, AccountBridge } from "@ledgerhq/types-live"; import { SignerContext } from "@ledgerhq/coin-framework/signer"; import type { Transaction } from "../types"; import { StellarSigner } from "../types/signer"; export declare function buildSignOperation(signerContext: SignerContext<StellarSigner>): AccountBridge<Transaction, Account>["signOperation"]; //# sourceMappingURL=signOperation.d.ts.map