Skip to content

Commit

Permalink
Added json tag to json payloads (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
BellringerQuinn authored Oct 8, 2024
1 parent 2b2f717 commit b00c7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/sdk/unity/write-to-blockchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ The `PermissionedMinterTransactionQueuer` is meant to be used for queueing up tr

The `PermissionedMinterTransactionQueuer` expects you to enqueue a `PermissionedMintTransaction`, a basic data transfer object specifying the TokenId and Amount to be minted, and optionally an IMinter. If not provided, the `PermissionedMinterTransactionQueuer` will default to using the `PermissionedMinter` class. The `PermissionedMinter` class will be useful for most use cases; it sends a payload in the following format:

```
```json
ProofPayload:
{
"app": "Made with Sequence Unity SDK App",
Expand Down

0 comments on commit b00c7e0

Please sign in to comment.