Tests cleanup #53

Merged
ashwin merged 11 commits from deep-stack/laconic-sdk:pm-tests-cleanup into main 2024-01-22 08:30:36 +00:00
Showing only changes of commit 7eb37f894d - Show all commits

View File

@ -180,9 +180,9 @@ export class Registry {
}
/**
* Publish record.
* @param transactionPrivateKey - private key in HEX to sign transaction.
*/
* Publish record.
* @param transactionPrivateKey - private key in HEX to sign transaction.
*/
async setRecord(
params: { privateKey: string, record: any, bondId: string },
transactionPrivateKey: string,