Skip to content

Commit

Permalink
chore(js-sdk): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pshenmic committed Dec 24, 2024
1 parent 5894a7f commit d7d5d90
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ import { signStateTransition } from '../../signStateTransition';
* Transfer document in the platform
*
* @param {Platform} this - bound instance class
* @param {string} typeLocator - type locator
* @param identity - identity
* @param {Object} [data] - options
* @returns {StateTransition}
* @param {ExtendedDocument} document - document from the DAPI
* @param {Identifier} receiver - identifier of the document recipient ownership
* @param {Identifier} sender - identifier of the document owner
*/
export async function transfer(
this: Platform,
Expand Down

0 comments on commit d7d5d90

Please sign in to comment.