update invariant check for ttGENESIS_MINT, update tx structure too

This commit is contained in:
Richard Holland
2023-06-05 09:53:03 +00:00
parent 4c6fd4785d
commit 58d71b8c96
6 changed files with 39 additions and 12 deletions

View File

@@ -125,6 +125,13 @@ InnerObjectFormats::InnerObjectFormats()
{sfNFTokenID, soeREQUIRED},
{sfURI, soeOPTIONAL},
});
add(sfGenesisMint.jsonName.c_str(),
sfGenesisMint.getCode(),
{
{sfDestination, soeREQUIRED},
{sfAmount, soeREQUIRED},
});
}
InnerObjectFormats const&