Skip to content

Commit e7ec912

Browse files
committed
Merge branch 'rr/add-tests-and-methods-for-tvk-and-rvk-decryption' of github.com:ProvableHQ/sdk into rr/add-tests-and-methods-for-tvk-and-rvk-decryption
2 parents bf0cdb7 + a1ea37f commit e7ec912

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

sdk/src/account.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,6 @@ export class Account {
131131
return this._viewKey;
132132
}
133133

134-
/**
135-
* Returns the Transition View Key associated with the transition public key.
136-
* @returns {Field} The transition view key
137-
*
138-
* @example
139-
* import { Account } from "@provablehq/sdk/testnet.js";
140-
* const account =
141-
*/
142-
143134
/**
144135
* Returns the ComputeKey associated with the account.
145136
* @returns {ComputeKey} The compute key of the account

0 commit comments

Comments
 (0)