@ledgerhq/coin-stellar
Version:
Ledger Stellar Coin integration
6 lines • 413 B
TypeScript
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