Skip to content

Commit

Permalink
Merge 6a09bf5 into eee4f9e
Browse files Browse the repository at this point in the history
  • Loading branch information
rokn authored Oct 10, 2023
2 parents eee4f9e + 6a09bf5 commit b859319
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/client/Client.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,13 @@ export default class Client {
);
}

/**
* @returns {?ClientOperator}
*/
getOperator() {
return this._operator;
}

Check warning on line 304 in src/client/Client.js

View check run for this annotation

Codecov / codecov/patch

src/client/Client.js#L303-L304

Added lines #L303 - L304 were not covered by tests

/**
* Sets the account that will, by default, pay for transactions and queries built with
* this client.
Expand Down

0 comments on commit b859319

Please sign in to comment.