Skip to content

Commit

Permalink
Update fixed-bytes.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
heliuchuan authored Oct 16, 2023
1 parent b19758d commit 7906b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bcs/serializable/fixed-bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { TransactionArgument } from "../../transactions/instances/transactionArg
* const fixedBytes = new FixedBytes(yourCustomSerializedBytes);
* const payload = generateTransactionPayload({
* function: "0xbeefcafe::your_module::your_function_that_requires_custom_serialization",
* * arguments: [yourCustomBytes],
* arguments: [yourCustomBytes],
* });
*
* For example, if you store each of the 32 bytes for an address as a U8 in a MoveVector<U8>, when you
Expand Down

0 comments on commit 7906b6e

Please sign in to comment.