@ledgerhq/coin-algorand
Version:
Ledger Algorand Coin integration
8 lines • 362 B
TypeScript
/**
* Combine an unsigned transaction with a signature
* @param unsignedTx - The unsigned transaction as a hex string (msgpack encoded)
* @param signature - The signature as a hex string
* @returns The signed transaction as a hex string
*/
export declare function combine(unsignedTx: string, signature: string): string;
//# sourceMappingURL=combine.d.ts.map