From 17f401f374740e6a655af0fda0a5f08efc17f15c Mon Sep 17 00:00:00 2001 From: Mayukha Vadari Date: Tue, 14 Oct 2025 17:58:41 -0400 Subject: [PATCH] reduce diff --- include/xrpl/protocol/SField.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/xrpl/protocol/SField.h b/include/xrpl/protocol/SField.h index e25447c394..b6ae98b48f 100644 --- a/include/xrpl/protocol/SField.h +++ b/include/xrpl/protocol/SField.h @@ -359,6 +359,7 @@ using SF_UINT384 = TypedField>; using SF_UINT512 = TypedField>; using SF_INT32 = TypedField>; +using SF_INT64 = TypedField>; using SF_ACCOUNT = TypedField; using SF_AMOUNT = TypedField;