NewConstitutionAction: {
    action: {
        constitution: {
            anchor: Anchor;
            scriptHash: string | null;
        };
        prevActionId: GovActionId | null;
    };
    type: NEW_CONSTITUTION_ACTION;
}

Type declaration

  • action: {
        constitution: {
            anchor: Anchor;
            scriptHash: string | null;
        };
        prevActionId: GovActionId | null;
    }
    • constitution: {
          anchor: Anchor;
          scriptHash: string | null;
      }
      • anchor: Anchor
      • scriptHash: string | null
    • prevActionId: GovActionId | null
  • type: NEW_CONSTITUTION_ACTION