Skip to content

Commit 6de6538

Browse files
Merge branch 'main' into SPO-34/init-contract-handler
2 parents fe70fe4 + 1e595fb commit 6de6538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/src/accountTransactions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export interface AccountTransactionHandler<
6262

6363
/**
6464
* Deserializes the serialized payload into the payload type.
65-
* @param buffer - The serialized payload to be deserialized.
65+
* @param serializedPayload - The serialized payload to be deserialized.
6666
* @returns The deserialized payload.
6767
* @throws If deserializing the type was not possible.
6868
*/

0 commit comments

Comments
 (0)