@@ -106,15 +106,15 @@ __Z_INLINE parser_error_t _readMethod_utility_as_derivative_V1(
106106__Z_INLINE parser_error_t _readMethod_babe_report_equivocation_V1 (
107107 parser_context_t * c , pd_babe_report_equivocation_V1_t * m )
108108{
109- CHECK_ERROR (_readEquivocationProof_V1 (c , & m -> equivocation_proof ))
109+ CHECK_ERROR (_readBabeEquivocationProof_V1 (c , & m -> equivocation_proof ))
110110 CHECK_ERROR (_readKeyOwnerProof_V1 (c , & m -> key_owner_proof ))
111111 return parser_ok ;
112112}
113113
114114__Z_INLINE parser_error_t _readMethod_babe_report_equivocation_unsigned_V1 (
115115 parser_context_t * c , pd_babe_report_equivocation_unsigned_V1_t * m )
116116{
117- CHECK_ERROR (_readEquivocationProof_V1 (c , & m -> equivocation_proof ))
117+ CHECK_ERROR (_readBabeEquivocationProof_V1 (c , & m -> equivocation_proof ))
118118 CHECK_ERROR (_readKeyOwnerProof_V1 (c , & m -> key_owner_proof ))
119119 return parser_ok ;
120120}
@@ -634,15 +634,15 @@ __Z_INLINE parser_error_t _readMethod_finalitytracker_final_hint_V1(
634634__Z_INLINE parser_error_t _readMethod_grandpa_report_equivocation_V1 (
635635 parser_context_t * c , pd_grandpa_report_equivocation_V1_t * m )
636636{
637- CHECK_ERROR (_readEquivocationProof_V1 (c , & m -> equivocation_proof ))
637+ CHECK_ERROR (_readGrandpaEquivocationProof_V1 (c , & m -> equivocation_proof ))
638638 CHECK_ERROR (_readKeyOwnerProof_V1 (c , & m -> key_owner_proof ))
639639 return parser_ok ;
640640}
641641
642642__Z_INLINE parser_error_t _readMethod_grandpa_report_equivocation_unsigned_V1 (
643643 parser_context_t * c , pd_grandpa_report_equivocation_unsigned_V1_t * m )
644644{
645- CHECK_ERROR (_readEquivocationProof_V1 (c , & m -> equivocation_proof ))
645+ CHECK_ERROR (_readGrandpaEquivocationProof_V1 (c , & m -> equivocation_proof ))
646646 CHECK_ERROR (_readKeyOwnerProof_V1 (c , & m -> key_owner_proof ))
647647 return parser_ok ;
648648}
@@ -833,7 +833,7 @@ __Z_INLINE parser_error_t _readMethod_identity_provide_judgement_V1(
833833{
834834 CHECK_ERROR (_readCompactRegistrarIndex_V1 (c , & m -> reg_index ))
835835 CHECK_ERROR (_readLookupSource_V1 (c , & m -> target ))
836- CHECK_ERROR (_readJudgement_V1 (c , & m -> judgement ))
836+ CHECK_ERROR (_readIdentityJudgement_V1 (c , & m -> judgement ))
837837 return parser_ok ;
838838}
839839
@@ -4050,7 +4050,7 @@ parser_error_t _getMethod_ItemValue_V1(
40504050 case 512 : /* module 2 call 0 */
40514051 switch (itemIdx ) {
40524052 case 0 : /* babe_report_equivocation_V1 - equivocation_proof */ ;
4053- return _toStringEquivocationProof_V1 (
4053+ return _toStringBabeEquivocationProof_V1 (
40544054 & m -> basic .babe_report_equivocation_V1 .equivocation_proof ,
40554055 outValue , outValueLen ,
40564056 pageIdx , pageCount );
@@ -4065,7 +4065,7 @@ parser_error_t _getMethod_ItemValue_V1(
40654065 case 513 : /* module 2 call 1 */
40664066 switch (itemIdx ) {
40674067 case 0 : /* babe_report_equivocation_unsigned_V1 - equivocation_proof */ ;
4068- return _toStringEquivocationProof_V1 (
4068+ return _toStringBabeEquivocationProof_V1 (
40694069 & m -> basic .babe_report_equivocation_unsigned_V1 .equivocation_proof ,
40704070 outValue , outValueLen ,
40714071 pageIdx , pageCount );
@@ -4940,7 +4940,7 @@ parser_error_t _getMethod_ItemValue_V1(
49404940 case 3072 : /* module 12 call 0 */
49414941 switch (itemIdx ) {
49424942 case 0 : /* grandpa_report_equivocation_V1 - equivocation_proof */ ;
4943- return _toStringEquivocationProof_V1 (
4943+ return _toStringGrandpaEquivocationProof_V1 (
49444944 & m -> basic .grandpa_report_equivocation_V1 .equivocation_proof ,
49454945 outValue , outValueLen ,
49464946 pageIdx , pageCount );
@@ -4955,7 +4955,7 @@ parser_error_t _getMethod_ItemValue_V1(
49554955 case 3073 : /* module 12 call 1 */
49564956 switch (itemIdx ) {
49574957 case 0 : /* grandpa_report_equivocation_unsigned_V1 - equivocation_proof */ ;
4958- return _toStringEquivocationProof_V1 (
4958+ return _toStringGrandpaEquivocationProof_V1 (
49594959 & m -> basic .grandpa_report_equivocation_unsigned_V1 .equivocation_proof ,
49604960 outValue , outValueLen ,
49614961 pageIdx , pageCount );
@@ -5310,7 +5310,7 @@ parser_error_t _getMethod_ItemValue_V1(
53105310 outValue , outValueLen ,
53115311 pageIdx , pageCount );
53125312 case 2 : /* identity_provide_judgement_V1 - judgement */ ;
5313- return _toStringJudgement_V1 (
5313+ return _toStringIdentityJudgement_V1 (
53145314 & m -> basic .identity_provide_judgement_V1 .judgement ,
53155315 outValue , outValueLen ,
53165316 pageIdx , pageCount );
0 commit comments