ParameterChangeAction: {
    action: {
        policyHash: string | null;
        prevActionId: GovActionId | null;
        protocolParamUpdate: ProtocolParamUpdate;
    };
    type: PARAM_CHANGE_ACTION;
}

Type declaration