From be82140e28f2131c864a658c75d9dc6c1aaa3b98 Mon Sep 17 00:00:00 2001 From: alvarius Date: Wed, 5 Jul 2023 23:53:17 +0100 Subject: [PATCH] Update .changeset/many-phones-study.md --- .changeset/many-phones-study.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/many-phones-study.md b/.changeset/many-phones-study.md index 63191f3665..4c0f87d7f6 100644 --- a/.changeset/many-phones-study.md +++ b/.changeset/many-phones-study.md @@ -2,7 +2,7 @@ "@latticexyz/protocol-parser": minor --- -Add encodeKeyTuple: a util to encode key tuples in Typescript (equivalent to key tuple encoding in Solidity and inverse of `decodeKeyTuple`). +feat: add `encodeKeyTuple`, a util to encode key tuples in Typescript (equivalent to key tuple encoding in Solidity and inverse of `decodeKeyTuple`). Example: ```ts