20 #include <ripple/protocol/InnerObjectFormats.h>
29 {sfAccount, soeREQUIRED},
30 {sfSignerWeight, soeREQUIRED},
36 {sfAccount, soeREQUIRED},
37 {sfSigningPubKey, soeREQUIRED},
38 {sfTxnSignature, soeREQUIRED},
42 InnerObjectFormats
const&
43 InnerObjectFormats::getInstance()
50 InnerObjectFormats::findSOTemplateBySField(
SField const& sField)
const
52 auto itemPtr = findByType(sField.
getCode());
54 return &(itemPtr->getSOTemplate());