reduce diff

This commit is contained in:
Mayukha Vadari
2025-10-14 17:58:41 -04:00
parent c6c54b3282
commit 17f401f374

View File

@@ -359,6 +359,7 @@ using SF_UINT384 = TypedField<STBitString<384>>;
using SF_UINT512 = TypedField<STBitString<512>>;
using SF_INT32 = TypedField<STInteger<std::int32_t>>;
using SF_INT64 = TypedField<STInteger<std::int64_t>>;
using SF_ACCOUNT = TypedField<STAccount>;
using SF_AMOUNT = TypedField<STAmount>;