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>;
|