Tests cleanup #43

Closed
roysc wants to merge 3 commits from roy/tests-cleanup into main
Showing only changes of commit e061b3da69 - 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,