mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-05 01:36:38 +00:00
add sfHookEmissions to metadata, compiling untested
This commit is contained in:
@@ -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(),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user