Guillermo Bescos Alapont 2 years ago
parent
commit
e8e8586080
1 changed files with 1 additions and 0 deletions
  1. 1 0
      xc-admin/packages/xc-admin-common/src/governance_payload/index.ts

+ 1 - 0
xc-admin/packages/xc-admin-common/src/governance_payload/index.ts

@@ -76,6 +76,7 @@ export class PythGovernanceHeader {
     ],
     "header"
   );
+  /** Span of the serialized governance header */
   static span = 8;
 
   constructor(targetChainId: ChainName, action: ActionName) {