aboutsummaryrefslogtreecommitdiff
path: root/src/external/stellar-freighter-api/@stellar/freighter-api/src/signTransaction.d.ts
blob: 2605f0f14f9e62ebdf09bf571fce8625d5e61eb6 (plain)
1
2
3
4
5
export declare const signTransaction: (transactionXdr: string, opts?: {
    network?: string | undefined;
    networkPassphrase?: string | undefined;
    accountToSign?: string | undefined;
} | undefined) => Promise<string>;