Skip to content

Commit 8529a56

Browse files
Adjust subtitle (JS cookbook).
1 parent faeaf4b commit 8529a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdk-and-tools/sdk-js/sdk-js-cookbook-v14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ First, we load the abi file, then we fetch the transaction, we extract the event
12401240
}
12411241
```
12421242

1243-
#### Decoding transaction events
1243+
#### Encoding / decoding custom types
12441244
Whenever needed, the contract ABI can be used for manually encoding or decoding custom types.
12451245

12461246
Let's encode a struct called EsdtTokenPayment (of [multisig](https://github.com/multiversx/mx-contracts-rs/tree/main/contracts/multisig) contract) into binary data.

0 commit comments

Comments
 (0)