From c78f4a08e5c901cc7fa4dc7c66101b8eff7799d5 Mon Sep 17 00:00:00 2001 From: 0age <37939117+0age@users.noreply.github.com> Date: Thu, 31 Oct 2024 11:39:54 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 496814f..f3b2894 100644 --- a/README.md +++ b/README.md @@ -655,7 +655,7 @@ interface ICompactMultichainClaims { ### 4d) Multiple Resource Lock Claim on Multiple Chains Finally, there are thirty-two claim endpoints to cover cases where the sponsor is utilizing multiple resource locks against multiple chains where one or more chains contain more than one resource lock; these also utilize a `MultichainCompact` EIP-712 payload, but the `Allocation` structs can contain `idsAndAmounts` arrays of arbitrary length. -``` +```solidity struct BatchMultichainClaim { bytes allocatorSignature; // Authorization from the allocator. bytes sponsorSignature; // Authorization from the sponsor.