From d99752bd110df459d086ab6eb97f34c4dfeca47f Mon Sep 17 00:00:00 2001 From: siddharth Date: Fri, 1 Nov 2024 12:25:27 -0700 Subject: [PATCH] update API Signature for extra context verification (#8) --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 02d24d2..d1dd3e5 100644 --- a/README.md +++ b/README.md @@ -105,9 +105,6 @@ API Input: } } from: string // Address of the sender - blockConfirmation: number - expiration: number - ulnVersion: UlnVersion } ```