add sfHookEmissions to metadata, compiling untested

This commit is contained in:
Richard Holland
2023-07-11 19:58:45 +00:00
parent 4f86551fb3
commit 96af8735ba
12 changed files with 106 additions and 24 deletions

View File

@@ -78,6 +78,14 @@ InnerObjectFormats::InnerObjectFormats()
{sfHookEmitCount, soeREQUIRED}
});
add(sfHookEmission.jsonName.c_str(),
sfHookEmission.getCode(),
{
{sfHookHash, soeREQUIRED},
{sfHookAccount, soeREQUIRED},
{sfEmittedTxnID, soeREQUIRED}
});
add(sfHookDefinition.jsonName.c_str(),
sfHookDefinition.getCode(),
{